diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/059_fs_relative_path_perm.ts.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/059_fs_relative_path_perm.ts.out b/cli/tests/059_fs_relative_path_perm.ts.out index 92d6b5966..833db78bf 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); + throw new ErrorClass(res.err.message, ...args); ^ at [WILDCARD] |