Skip to content

Commit 5cb871c

Browse files
antonbrianc
authored andcommitted
minimal error handling
1 parent c014096 commit 5cb871c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/binding.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ class Connection : public ObjectWrap {
505505
} else if (copied == -2) {
506506
//TODO error handling
507507
//result is handled with error
508+
HandleErrorResult(NULL);
508509
return true;
509510
}
510511
}

0 commit comments

Comments
 (0)