mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
fix tests
This commit is contained in:
2
src/effects.js
vendored
2
src/effects.js
vendored
@@ -181,7 +181,7 @@ export const apply_side_effects = (prev, next, ui) => {
|
||||
next.eval_modules_state != null
|
||||
) {
|
||||
const s = next.eval_modules_state
|
||||
s.promise.__original_then(result => {
|
||||
s.promise.then(result => {
|
||||
exec('eval_modules_finished',
|
||||
next, /* becomes prev_state */
|
||||
result,
|
||||
|
||||
Reference in New Issue
Block a user