Skip to content

Commit 861faac

Browse files
committed
update expected spec output
1 parent 5e0847d commit 861faac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/specs/node/error_stack_internal_frames/console_log.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Error: ENOENT: no such file or directory, open '/non/existent/file'
2-
at readFileSync (ext:deno_node/_fs/_fs_readFile.ts:[WILDCARD])
2+
at readFileSync (node:fs:[WILDCARD])
33
at [WILDCARD]console_log.ts:6:5
44
at processTicksAndRejections (ext:core/01_core.js:[WILDCARD]) {
55
errno: [WILDCARD],
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
error: Uncaught Error: ENOENT: no such file or directory, open '/non/existent/file'
22
readFileSync("/non/existent/file");
33
^
4-
at readFileSync (ext:deno_node/_fs/_fs_readFile.ts:[WILDCARD])
4+
at readFileSync (node:fs:[WILDCARD])
55
at [WILDCARD]thrown.ts:5:3
66
at processTicksAndRejections (ext:core/01_core.js:[WILDCARD])

0 commit comments

Comments
 (0)