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
fix lint
  • Loading branch information
gulbaki committed Jun 9, 2025
commit e9f848858950a4dc703be2df0d2cf6350ebeb4ce
2 changes: 1 addition & 1 deletion test/async-hooks/test-improper-order.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if (process.argv[2] === 'child') {
if ((common.isAIX ||
(common.isLinux && process.arch === 'x64')) &&
signal === 'SIGABRT') {
// XXX: The child process could be aborted due to unknown reasons. Work around it.
// XXX: The child process could be aborted due to unknown reasons. Work around it.
} else {
assert.strictEqual(signal, null);
assert.strictEqual(code, 1);
Expand Down
Loading