提交 173af8fa 编写于 作者: I isidor

fixes #43113

上级 a6caecc6
......@@ -757,7 +757,7 @@ export class DebugService implements debug.IDebugService {
return this.createProcess(root, config, sessionId);
}
return undefined;
return TPromise.wrapError(new Error(nls.localize('invalidConfig', "Launch configuration provided does not have the mandatory `type` field.")));
})
).then(() => wrapUpState(), err => {
wrapUpState();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册