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