Skip to content

Commit f297e69

Browse files
authored
remove unnecessary fallback to false
1 parent fba561d commit f297e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ ForkTsCheckerWebpackPlugin.prototype.spawnService = function () {
252252
WATCH: this.isWatching ? this.watchPaths.join('|') : '',
253253
WORK_DIVISION: Math.max(1, this.workersNumber),
254254
MEMORY_LIMIT: this.memoryLimit,
255-
CHECK_SYNTACTIC_ERRORS: this.checkSyntacticErrors || false
255+
CHECK_SYNTACTIC_ERRORS: this.checkSyntacticErrors
256256
}
257257
),
258258
stdio: ['inherit', 'inherit', 'inherit', 'ipc']

0 commit comments

Comments
 (0)