Skip to content

Commit

Permalink
fix typo in filter for pdb/node
Browse files Browse the repository at this point in the history
  • Loading branch information
sbatten committed Feb 14, 2022
1 parent 97bc373 commit 6742e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/gulpfile.scan.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function nodeModules(destinationExe, destinationPdb, platform) {

const exe = () => {
return gulp.src(dependenciesSrc, { base: '.', dot: true })
.pipe(filter(['**/*.node', '!**/prebuild/**/*.node']))
.pipe(filter(['**/*.node', '!**/prebuilds/**/*.node']))
.pipe(gulp.dest(destinationExe));
};

Expand Down

0 comments on commit 6742e39

Please sign in to comment.