mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-07 23:59:22 +03:00
Set fs extensions to override fs functions
This commit is contained in:
parent
595bd076bf
commit
57eaaece9d
@ -302,4 +302,4 @@ fsExtensions =
|
||||
else
|
||||
@readPlist(objectPath, done)
|
||||
|
||||
module.exports = _.extend(fsExtensions, fs)
|
||||
module.exports = _.extend({}, fs, fsExtensions)
|
||||
|
Loading…
Reference in New Issue
Block a user