This commit is contained in:
Dmitry Vasilev
2023-02-07 21:36:36 +08:00
parent 9b9d2e305e
commit 34188eddc3
2 changed files with 7 additions and 7 deletions

View File

@@ -42,6 +42,7 @@ const do_run = function*(module_fns, cxt, io_cache){
: {...cxt,
io_cache_is_recording: false,
io_cache,
io_cache_is_replay_aborted: false,
io_cache_resolver_is_set: false,
// Map of (index in io_cache) -> resolve
io_cache_resolvers: new Map(),