Update text expectation for new --inspect-brk message

This commit is contained in:
Kevin Sawicki 2017-07-12 16:59:53 -07:00 committed by Aleksei Kuzmin
parent 9d2aa6f1c7
commit d943519fb4

View file

@ -144,7 +144,7 @@ describe('node feature', function () {
child.stderr.on('data', function (data) {
output += data
if (output.trim().startsWith('Debugger listening on port')) {
if (output.trim().startsWith('Debugger listening on ws://')) {
done()
}
})