[🔨] Follow ts-standard

This commit is contained in:
ThinLiquid 2023-10-25 10:56:19 +00:00
parent 62f30ef227
commit 8c2744b5d4
2 changed files with 1 additions and 2 deletions

View file

@ -194,7 +194,7 @@ export default class EditorApp implements App {
await window.fs.promises.writeFile(data.path, editor.value) await window.fs.promises.writeFile(data.path, editor.value)
} }
} else { } else {
window.flow.openApp('flow.files'); await window.flow.openApp('flow.files')
setTimeout(() => { setTimeout(() => {
win.close() win.close()
}, 10) }, 10)

View file

@ -32,7 +32,6 @@ export interface FlowWindowConfig {
export interface App { export interface App {
meta: { meta: {
id: any
name: string name: string
description: string description: string
pkg: string pkg: string