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 9aead8e commit e421393Copy full SHA for e421393
1 file changed
scripts/format-apple.js
@@ -16,7 +16,7 @@ function runFormatter(files) {
16
17
const argc = process.argv.length;
18
19
-if (argc >= 2) {
+if (argc > 2) {
20
const files = process.argv.slice(2).join(' ');
21
runFormatter(files);
22
} else {
0 commit comments