Skip to content

Commit dd2642b

Browse files
Trottrichardlau
authored andcommitted
test: fix comment typo
PR-URL: #38161 Backport-PR-URL: #38858 Refs: https://github.com/nodejs/node/discussions/36481 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Jan Krems <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent a8924fa commit dd2642b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/inspector-cli/test-inspector-cli-address.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function launchTarget(...args){
1616
constchildProc=spawn(process.execPath,args);
1717
returnnewPromise((resolve,reject)=>{
1818
constonExit=()=>{
19-
reject(newError('Child process exits unexpectly'));
19+
reject(newError('Child process exits unexpectedly'));
2020
};
2121
childProc.on('exit',onExit);
2222
childProc.stderr.setEncoding('utf8');

0 commit comments

Comments
(0)