rename run_window -> app_window

This commit is contained in:
Dmitry Vasilev
2023-07-11 18:24:28 +03:00
parent 0435367544
commit fc086e8c49
12 changed files with 70 additions and 66 deletions

View File

@@ -45,7 +45,7 @@ export const has_error = n =>
!n.ok
||
(
n.value instanceof globalThis.run_window.Promise
n.value instanceof globalThis.app_window.Promise
&&
n.value.status != null
&&