diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-08-13 14:51:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-13 14:51:15 -0400 |
commit | 1f8b1a587c397dd01e058820769580323a0f7330 (patch) | |
tree | a600f22f4639d8ac319276b3d58580c3431f2d4f /tests/error_014_catch_dynamic_import_error.test | |
parent | 1947f572d735096c1ccd7de2c386b8289c287701 (diff) |
Dynamic import should respect permissions (#2764)
Diffstat (limited to 'tests/error_014_catch_dynamic_import_error.test')
-rw-r--r-- | tests/error_014_catch_dynamic_import_error.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/error_014_catch_dynamic_import_error.test b/tests/error_014_catch_dynamic_import_error.test index 8345ad1c8..13ece4843 100644 --- a/tests/error_014_catch_dynamic_import_error.test +++ b/tests/error_014_catch_dynamic_import_error.test @@ -1,2 +1,2 @@ -args: tests/error_014_catch_dynamic_import_error.js --reload +args: tests/error_014_catch_dynamic_import_error.js --reload --allow-read output: tests/error_014_catch_dynamic_import_error.js.out |