diff options
Diffstat (limited to 'vcbuild.bat')
-rw-r--r-- | vcbuild.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcbuild.bat b/vcbuild.bat index 3d73ce8142..701127e4d2 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -351,12 +351,12 @@ if defined jslint_ci goto jslint-ci if not defined jslint goto exit if not exist tools\eslint\lib\eslint.js goto no-lint echo running jslint -%config%\node tools\jslint.js -J benchmark lib src test tools +%config%\node tools\jslint.js -J benchmark lib test tools goto exit :jslint-ci echo running jslint-ci -%config%\node tools\jslint.js -J -f tap -o test-eslint.tap benchmark lib src test tools +%config%\node tools\jslint.js -J -f tap -o test-eslint.tap benchmark lib test tools goto exit :no-lint |