mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
test: adapt test-debugger-pid to localized Windows
PR-URL: https://github.com/nodejs/node/pull/11270 Fixes: https://github.com/nodejs/node/issues/11250 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
106273616a
commit
a29c85a28d
@ -34,10 +34,6 @@ interfacer.on('line', function(line) {
|
||||
expected = `(node:${pid}) ${msg}`;
|
||||
break;
|
||||
|
||||
case 2:
|
||||
expected = 'The parameter is incorrect.';
|
||||
break;
|
||||
|
||||
default:
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user