Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change code style in another test
  • Loading branch information
Nils Kuhnhenn committed Mar 15, 2015
commit e712b26cfb0926e4e3548a12ca1808e9847a72bd
2 changes: 1 addition & 1 deletion test/parallel/test-http-destroyed-socket-write2.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ server.listen(common.PORT, function() {

// Each failed write will cause an error, but
// we are only interested in one
if(gotError) return;
if (gotError) return;

gotError = true;
switch (er.code) {
Expand Down