Skip to content

Commit a868993

Browse files
authored
Simplify pass through of CHECK_SYNTACTIC_ERRORS
1 parent f297e69 commit a868993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var checker = new IncrementalChecker(
99
process.env.WATCH === '' ? [] : process.env.WATCH.split('|'),
1010
parseInt(process.env.WORK_NUMBER, 10),
1111
parseInt(process.env.WORK_DIVISION, 10),
12-
process.env.CHECK_SYNTACTIC_ERRORS === '' ? false : process.env.CHECK_SYNTACTIC_ERRORS
12+
process.env.CHECK_SYNTACTIC_ERRORS
1313
);
1414

1515
function run (cancellationToken) {

0 commit comments

Comments
 (0)