Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! sea: print error information when fs operations fail
  • Loading branch information
joyeecheung committed Jan 30, 2026
commit 905a22e8ac96cf6a5c9f3a14b8a1e1035ae577bb
2 changes: 1 addition & 1 deletion test/sea/test-build-sea-invalid-executable.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ skipIfBuildSEAIsNotSupported();
cwd: tmpdir.path,
}, {
status: 1,
stderr: /Couldn't stat executable.*\/nonexistent\/path\/to\/node/,
stderr: /Couldn't stat executable.*\/nonexistent\/path\/to\/node: no such file or directory/,
});
}

Expand Down
Loading