mirror of
https://github.com/electron/node-gyp.git
synced 2025-09-17 06:23:39 +02:00
re-commit all the npm dependencies
This commit is contained in:
parent
10820750f0
commit
39dcfe885f
81 changed files with 397 additions and 4186 deletions
1
node_modules/glob/glob.js
generated
vendored
1
node_modules/glob/glob.js
generated
vendored
|
@ -418,6 +418,7 @@ Glob.prototype._stat = function (f, cb) {
|
|||
}
|
||||
|
||||
Glob.prototype._afterStat = function (f, abs, cb, er, stat) {
|
||||
var exists;
|
||||
assert(this instanceof Glob)
|
||||
if (er || !stat) {
|
||||
exists = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue