async calls WIP

This commit is contained in:
Dmitry Vasilev
2022-10-26 13:25:10 +08:00
parent c3365fe1ee
commit bcc9e7a382
2 changed files with 6 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ export const open_run_window = () => {
globalThis.run_window.close()
}
globalThis.run_window = open('about:blank')
exec('rerun_code')
}
const read_modules = async () => {