From 975705a64911b0ced8ddf18985b49d86e4f35e51 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Thu, 25 Feb 2021 20:06:06 +0100 Subject: chore(core): optional args for registerErrorClass (#9602) --- cli/tests/059_fs_relative_path_perm.ts.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests') 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] -- cgit v1.2.3