mirror of
https://github.com/electron/node-gyp.git
synced 2025-09-17 22:33:40 +02:00
Update the bundled node-glob to v3.1.6.
This commit is contained in:
parent
8a9b11a51a
commit
c3d0e41229
10 changed files with 161 additions and 38 deletions
2
node_modules/glob/glob.js
generated
vendored
2
node_modules/glob/glob.js
generated
vendored
|
@ -43,7 +43,7 @@ var fs = require("graceful-fs")
|
|||
, EE = require("events").EventEmitter
|
||||
, path = require("path")
|
||||
, isDir = {}
|
||||
, assert = require("assert")
|
||||
, assert = require("assert").ok
|
||||
|
||||
function glob (pattern, options, cb) {
|
||||
if (typeof options === "function") cb = options, options = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue