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 021f107 commit dd12bf0Copy full SHA for dd12bf0
lib/internal/fs/sync_write_stream.js
@@ -27,7 +27,7 @@ SyncWriteStream.prototype._write = function(chunk, encoding, cb) {
27
writeSync(this.fd, chunk, 0, chunk.length);
28
} catch (e) {
29
cb(e);
30
- return true;
+ return;
31
}
32
cb();
33
return true;
0 commit comments