We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1708e3 commit f4e2e26Copy full SHA for f4e2e26
node/src/cli.ts
@@ -76,7 +76,7 @@ const jsrepolocation: string[] = (prg.jsrepo ?? "'central'")
76
: x,
77
);
78
79
-const ignorefile = prg.ignoreFile ?? defaultIgnoreFiles.filter((x) => fs.existsSync(x))[0];
+const ignorefile = prg.ignorefile ?? defaultIgnoreFiles.filter((x) => fs.existsSync(x))[0];
80
81
const scanpath = prg.path ?? prg.jspath ?? '.';
82
0 commit comments