提交 3b835712 编写于 作者: I isidor

fix compile error

上级 c8944869
......@@ -79,6 +79,10 @@ export class MockDebugService implements debug.IDebugService {
return TPromise.as(null);
}
public stopProcess(): TPromise<any> {
return TPromise.as(null);
}
public getModel(): debug.IModel {
return null;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册