60cd8df02a
Since version 2.3 node has switched to the internal implementation of
"stat" [1], so the hooks no longer work. Fix that.
[1]
|
||
---|---|---|
src | ||
.gitignore | ||
.npmignore | ||
Gruntfile.coffee | ||
README.md | ||
package.json |
README.md
asar-require
Enable require
to read scripts in asar pacakges.
Usage
require('asar-require');
require('/path/to/archive.asar/script');