mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
do not lose setting on file access revoked
This commit is contained in:
@@ -69,7 +69,8 @@ console.time('run')
|
||||
|
||||
const i = test_initial_state(
|
||||
{}, // files
|
||||
{project_dir: dir, entrypoint: 'test/run.js'}
|
||||
{entrypoint: 'test/run.js'},
|
||||
{project_dir: dir}
|
||||
)
|
||||
|
||||
assert_equal(i.loading_external_imports_state != null, true)
|
||||
|
||||
Reference in New Issue
Block a user