Fix strict null errors in problemMatcher.ts (#61227)

Fix strict null errors in problemMatcher.ts
Fixes #61090
This commit is contained in:
Alex Ross
2018-10-19 16:06:59 +02:00
committed by GitHub
parent 125260e63f
commit ac60d9bf0e
2 changed files with 155 additions and 92 deletions

View File

@@ -488,6 +488,7 @@
"./vs/workbench/parts/scm/electron-browser/scmUtil.ts",
"./vs/workbench/parts/search/common/constants.ts",
"./vs/workbench/parts/surveys/electron-browser/nps.contribution.ts",
"./vs/workbench/parts/tasks/common/problemMatcher.ts",
"./vs/workbench/parts/tasks/common/taskTemplates.ts",
"./vs/workbench/parts/terminal/browser/terminalWidgetManager.ts",
"./vs/workbench/parts/terminal/common/terminal.ts",