This commit is contained in:
Dmitry Vasilev
2022-12-27 17:44:49 +08:00
parent 90ee19c342
commit d83c1c8c97

5
src/effects.js vendored
View File

@@ -8,8 +8,6 @@ import {
import {current_cursor_position} from './calltree.js' import {current_cursor_position} from './calltree.js'
import {FLAGS} from './feature_flags.js' import {FLAGS} from './feature_flags.js'
import {exec, FILES_ROOT} from './index.js' import {exec, FILES_ROOT} from './index.js'
// TODO remove
import {unwrap_settled_promises} from './unwrap_promises.js'
// Imports in the context of `run_window`, so global variables in loaded // Imports in the context of `run_window`, so global variables in loaded
// modules refer to that window's context // modules refer to that window's context
@@ -207,9 +205,6 @@ export const render_common_side_effects = async (prev, next, command, ui) => {
} else { } else {
// TODO remove
// await unwrap_settled_promises(next.calltree)
if( if(
prev.calltree == null prev.calltree == null
|| ||