Skip to content

Commit 75228c9

Browse files
committed
fix: bug
1 parent 5c1da3a commit 75228c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/ast-js/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default {
5656
* @param {Partial<GeneratorOptions>} options
5757
* @returns {AsyncGenerator<Output>}
5858
*/
59-
async *generate(_, { input = [], ignore, worker }) {
59+
async *generate(_, { input = [], ignore = [], worker }) {
6060
const toIgnore = globSync(ignore);
6161

6262
const files = globSync(input)

0 commit comments

Comments
 (0)