Skip to content

Commit

Permalink
fix: exclude glob option withFileTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Jan 20, 2024
1 parent 0053359 commit 4d4855b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/base/glob.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import tracer from './lib/tracer.js'

/**
* @this {import('barnard59-core').Context}
* @param {{ pattern: string } & import('glob').GlobOptions} options
* @param {{ pattern: string } & Omit<import('glob').GlobOptions, 'withFileTypes'>} options
* @return {Readable}
*/
function glob({ pattern, ...options }) {
Expand Down

0 comments on commit 4d4855b

Please sign in to comment.