Skip to content

Commit

Permalink
lib: replace missing GLOBSTAR symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbayley committed Jun 24, 2024
1 parent 593e177 commit ae9ca4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/internal/fs/glob.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const { DirentFromStats } = require('internal/fs/utils');
let micromatch;
function lazyMicromatch() {
micromatch ??= require('internal/deps/micromatch/index');
micromatch.GLOBSTAR ??= Symbol('globstar **');
return micromatch;
}

Expand Down

0 comments on commit ae9ca4a

Please sign in to comment.