0
0
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:
Vse Mozhet Byt 2017-02-09 21:41:55 +02:00 committed by James M Snell
parent 106273616a
commit a29c85a28d

View File

@ -34,10 +34,6 @@ interfacer.on('line', function(line) {
expected = `(node:${pid}) ${msg}`;
break;
case 2:
expected = 'The parameter is incorrect.';
break;
default:
return;
}