mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
fix deferred calls bug
This commit is contained in:
@@ -362,7 +362,7 @@ export const eval_modules = (
|
||||
})
|
||||
|
||||
if(is_async) {
|
||||
return result.then(make_result)
|
||||
return result.__original_then(make_result)
|
||||
} else {
|
||||
return make_result(result)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user