mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
fix
This commit is contained in:
@@ -475,7 +475,7 @@ export const eval_modules = (
|
|||||||
}
|
}
|
||||||
const children_copy = children
|
const children_copy = children
|
||||||
if(value instanceof Promise) {
|
if(value instanceof Promise) {
|
||||||
value.then(
|
promise_then.call(value,
|
||||||
v => {
|
v => {
|
||||||
value.status = {ok: true, value: v}
|
value.status = {ok: true, value: v}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user