diff options
| author | Ian Bull <irbull@gmail.com> | 2024-09-04 00:19:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-04 09:19:55 +0200 |
| commit | 939c23f9fe332797f4b2c8a80359fd36a3e7c105 (patch) | |
| tree | c20c31bf6b95290e1b4bcaa83d087bd13a0eb902 /tests/specs/test/exit_code | |
| parent | 072bf5d379b691c4decd3c167a51801bad8ca2f6 (diff) | |
refactor(cli/js): align error messages (#25406)
Aligns the error messages in the cli/js folder to be in-line with the
Deno style guide.
Diffstat (limited to 'tests/specs/test/exit_code')
| -rw-r--r-- | tests/specs/test/exit_code/main.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/test/exit_code/main.out b/tests/specs/test/exit_code/main.out index 2562695a0..d5fe6c475 100644 --- a/tests/specs/test/exit_code/main.out +++ b/tests/specs/test/exit_code/main.out @@ -4,7 +4,7 @@ Deno.exitCode ... FAILED ([WILDCARD]) ERRORS Deno.exitCode => ./main.js:1:6 -error: Error: Test case finished with exit code set to 42. +error: Error: Test case finished with exit code set to 42 at exitSanitizer (ext:cli/40_test.js:113:15) at async outerWrapped (ext:cli/40_test.js:134:14) |
