Thanks to visit codestin.com Credit goes to github.com
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 3d6f5da commit 7324c27Copy full SHA for 7324c27
scripts/antlr4.js
@@ -61,7 +61,7 @@ function compile(language) {
61
return newHash !== prevHash;
62
});
63
64
- if (changedFiles.length > 0) {
+ if (changedFiles.length > 0 && argv.check) {
65
return reject(`${language} not run antlr4`);
66
}
67
resolve();
0 commit comments