File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/specs/node/error_stack_internal_frames Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11Error: 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],
Original file line number Diff line number Diff line change 11error: 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])
You can’t perform that action at this time.
0 commit comments