Skip to content

Commit

Permalink
Appease standard
Browse files Browse the repository at this point in the history
  • Loading branch information
iarna committed Jan 23, 2019
1 parent 2191d03 commit e5c9adb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -209,7 +209,6 @@ function writeFileSync (filename, data, options) {
var removeOnExitHandler = onExit(cleanup)

try {

fd = fs.openSync(tmpfile, 'w', options.mode)
if (Buffer.isBuffer(data)) {
fs.writeSync(fd, data, 0, data.length, 0)
Expand Down

0 comments on commit e5c9adb

Please sign in to comment.