summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2021-02-25 20:06:06 +0100
committerGitHub <noreply@github.com>2021-02-25 20:06:06 +0100
commit975705a64911b0ced8ddf18985b49d86e4f35e51 (patch)
tree8facc49c3ed9479f8e2dc23404997aaf5a11cdd4 /cli/tests
parentaa47f8186cbc068232e23b92a6966be9bd23e4bb (diff)
chore(core): optional args for registerErrorClass (#9602)
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/059_fs_relative_path_perm.ts.out2
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]