Add wrapper functions to mirror old CoffeeScript
This commit is contained in:
parent
78aff6a39f
commit
b547a38b3f
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
(function () {
|
||||
var asar, asarStatsToFsStats, cachedArchives, child_process, fakeTime, getOrCreateArchive, gid, invalidArchiveError, nextInode, notDirError, notFoundError, overrideAPI, overrideAPISync, path, splitPath, uid, util,
|
||||
hasProp = {}.hasOwnProperty;
|
||||
|
||||
|
@ -606,3 +607,4 @@ exports.wrapFsWithAsar = function(fs) {
|
|||
overrideAPISync(fs, 'openSync');
|
||||
return overrideAPISync(child_process, 'execFileSync');
|
||||
};
|
||||
})()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue