Skip to content

Commit 905a22e

Browse files
committed
fixup! sea: print error information when fs operations fail
1 parent e145ec8 commit 905a22e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sea/test-build-sea-invalid-executable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ skipIfBuildSEAIsNotSupported();
7070
cwd: tmpdir.path,
7171
}, {
7272
status: 1,
73-
stderr: /Couldn't stat executable.*\/nonexistent\/path\/to\/node/,
73+
stderr: /Couldn't stat executable.*\/nonexistent\/path\/to\/node: no such file or directory/,
7474
});
7575
}
7676

0 commit comments

Comments
 (0)