[🔨] Follow ts-standard
This commit is contained in:
parent
62f30ef227
commit
8c2744b5d4
2 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue