mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
rename run_window -> app_window
This commit is contained in:
@@ -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
|
||||
&&
|
||||
|
||||
Reference in New Issue
Block a user