提交 e73c5538 编写于 作者: D Dirk Baeumer

Task part of #44745.

上级 c47f3bcc
...@@ -1068,7 +1068,7 @@ class ProblemPatternRegistryImpl implements IProblemPatternRegistry { ...@@ -1068,7 +1068,7 @@ class ProblemPatternRegistryImpl implements IProblemPatternRegistry {
} }
resolve(undefined); resolve(undefined);
}); });
}); }, () => { });
} }
public onReady(): TPromise<void> { public onReady(): TPromise<void> {
...@@ -1611,7 +1611,7 @@ class ProblemMatcherRegistryImpl implements IProblemMatcherRegistry { ...@@ -1611,7 +1611,7 @@ class ProblemMatcherRegistryImpl implements IProblemMatcherRegistry {
} }
resolve(undefined); resolve(undefined);
}); });
}); }, () => { });
} }
public onReady(): TPromise<void> { public onReady(): TPromise<void> {
......
...@@ -105,7 +105,7 @@ class TaskDefinitionRegistryImpl implements ITaskDefinitionRegistry { ...@@ -105,7 +105,7 @@ class TaskDefinitionRegistryImpl implements ITaskDefinitionRegistry {
} }
resolve(undefined); resolve(undefined);
}); });
}); }, () => { });
} }
public onReady(): TPromise<void> { public onReady(): TPromise<void> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册