Skip to content

Commit

Permalink
add temporary logging for windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Sep 20, 2016
1 parent 450c46d commit 5b00544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions glob.js
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ Glob.prototype._readdirError = function (f, er, cb) {
case 'ENOTSUP': // https://github.com/isaacs/node-glob/issues/205
case 'ENOTDIR': // totally normal. means it *does* exist.
var abs = this._makeAbs(f)
console.log(f, abs, this.cwdAbs)
this.cache[abs] = 'FILE'
if (abs === this.cwdAbs) {
var error = new Error(er.code + ' invalid cwd ' + this.cwd)
Expand Down

0 comments on commit 5b00544

Please sign in to comment.