Skip to content

Commit

Permalink
Fix regression with not showing all types
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Nov 3, 2023
1 parent 934cbd6 commit 959e1c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function gulpDebug(options) {

return file;
}, {
supportsDirectories: true,
supportsAnyType: true,
async * onFinish() { // eslint-disable-line require-yield
if (options.showCount) {
options.logger(options.title + ' ' + chalk.green(count + ' ' + plur('item', count)));
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"dependencies": {
"chalk": "^5.3.0",
"gulp-plugin-extras": "^0.2.2",
"gulp-plugin-extras": "^0.3.0",
"plur": "^5.1.0",
"stringify-object": "^5.0.0",
"tildify": "^3.0.0"
Expand Down

0 comments on commit 959e1c4

Please sign in to comment.