Skip to content

Commit

Permalink
Merge pull request #152 from ZJONSSON/graceful-fs
Browse files Browse the repository at this point in the history
Use graceful-fs for file operations
  • Loading branch information
ZJONSSON authored Sep 8, 2019
2 parents 955a5e3 + cffe38d commit 0d6cde7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Open/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var fs = require('fs');
var fs = require('graceful-fs');
var Promise = require('bluebird');
var directory = require('./directory');
var Stream = require('stream');
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"buffer-indexof-polyfill": "~1.0.0",
"duplexer2": "~0.1.4",
"fstream": "^1.0.12",
"graceful-fs": "^4.2.2",
"listenercount": "~1.0.1",
"readable-stream": "~2.3.6",
"setimmediate": "~1.0.4"
Expand Down

0 comments on commit 0d6cde7

Please sign in to comment.