Skip to content

Commit

Permalink
test: fix test-debugger-client.js
Browse files Browse the repository at this point in the history
Fix long-broken test-debugger-client by adding missing `\r\n\r\n`
separator.

PR-URL: #5851
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
Trott authored and Myles Borins committed Apr 8, 2016
1 parent 86e3903 commit 5853fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/debugger/test-debugger-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var d = 'Content-Length: 466\r\n\r\n' +
'"context":{"ref":0},"text":"dns.js (lines: 241)"}},"refs":' +
'[{"handle":0' +
',"type":"context","text":"#<a ContextMirror>"}],"running":true}' +
'Content-Length: 119\r\n\r\n' +
'\r\n\r\nContent-Length: 119\r\n\r\n' +
'{"seq":11,"type":"event","event":"scriptCollected","success":true,' +
'"body":{"script":{"id":26}},"refs":[],"running":true}';
p.execute(d);
Expand Down

0 comments on commit 5853fec

Please sign in to comment.