diff options
Diffstat (limited to 'cli/tests/059_fs_relative_path_perm.ts.out')
-rw-r--r-- | cli/tests/059_fs_relative_path_perm.ts.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/059_fs_relative_path_perm.ts.out b/cli/tests/059_fs_relative_path_perm.ts.out index 833db78bf..48bc21274 100644 --- a/cli/tests/059_fs_relative_path_perm.ts.out +++ b/cli/tests/059_fs_relative_path_perm.ts.out @@ -1,4 +1,4 @@ [WILDCARD]error: Uncaught PermissionDenied: read access to "non-existent", run again with the --allow-read flag - throw new ErrorClass(res.err.message, ...args); - ^ +Deno.readFileSync("non-existent"); + ^ at [WILDCARD] |