Add wrapper functions to mirror old CoffeeScript

This commit is contained in:
Kevin Sawicki 2016-01-11 17:39:11 -08:00
parent 78aff6a39f
commit b547a38b3f
2 changed files with 4 additions and 0 deletions

View file

@ -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');
};
})()