Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update test/parallel/test-debugger-invalid-json.js
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
cola119 and aduh95 authored Mar 14, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e1f7bca commit 2854d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-debugger-invalid-json.js
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ const host = '127.0.0.1';
{
const server = http.createServer((req, res) => {
res.statusCode = 200;
res.end('ok');
res.end('some data that is invalid json');
});
server.listen(0, host, common.mustCall(() => {
const port = server.address().port;

0 comments on commit 2854d44

Please sign in to comment.