Skip to content

Commit aa281d2

Browse files
gengjiawentargos
authored andcommitted
test: better output for test-report-uv-handles.js
PR-URL: #27479 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent a55457c commit aa281d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/report/test-report-uv-handles.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ if (process.argv[2] === 'child') {
8585
const report_msg = 'Report files were written: unexpectedly';
8686
child.stdout.on('data', (chunk) => { stdout += chunk; });
8787
child.on('exit', common.mustCall((code, signal) => {
88-
assert.deepStrictEqual(code, 0, 'Process exited unexpectedly with code' +
88+
assert.deepStrictEqual(code, 0, 'Process exited unexpectedly with code: ' +
8989
`${code}`);
9090
assert.deepStrictEqual(signal, null, 'Process should have exited cleanly,' +
9191
` but did not: ${signal}`);

0 commit comments

Comments
 (0)