1 parent bf45b86 commit 9f16972Copy full SHA for 9f16972
1 file changed
index.js
@@ -634,7 +634,7 @@ function actualWrite () {
634
release(err)
635
}
636
} else {
637
- fs.write(this.fd, this._writingBuf, 'utf8', release)
+ fs.write(this.fd, this._writingBuf, release)
638
639
640
0 commit comments