We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3751313 commit 662fdfeCopy full SHA for 662fdfe
1 file changed
src/node_file.cc
@@ -163,6 +163,7 @@ static Handle<Value> Close(const Arguments& args) {
163
} else {
164
int ret = close(fd);
165
if (ret != 0) return ThrowException(errno_exception(errno));
166
+ return Undefined();
167
}
168
169
0 commit comments