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 f297e69 commit a868993Copy full SHA for a868993
lib/service.js
@@ -9,7 +9,7 @@ var checker = new IncrementalChecker(
9
process.env.WATCH === '' ? [] : process.env.WATCH.split('|'),
10
parseInt(process.env.WORK_NUMBER, 10),
11
parseInt(process.env.WORK_DIVISION, 10),
12
- process.env.CHECK_SYNTACTIC_ERRORS === '' ? false : process.env.CHECK_SYNTACTIC_ERRORS
+ process.env.CHECK_SYNTACTIC_ERRORS
13
);
14
15
function run (cancellationToken) {
0 commit comments