Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis committed Nov 17, 2017
1 parent fe63774 commit 407b4ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/fs/index.js
Expand Up @@ -40,8 +40,8 @@ const api = [
// fs.copyFile was added in Node.js v8.5.0
// fs.mkdtemp was added in Node.js v5.10.0
// fs.lchown is not available on Linux
return fs[key];
});
return fs[key]
})

// Export all keys:
Object.keys(fs).forEach(key => {
Expand Down

0 comments on commit 407b4ef

Please sign in to comment.