提交 a5169392 编写于 作者: I isidor

fix compile error

上级 e14c86a7
......@@ -40,7 +40,8 @@ export class MockDebugService implements IDebugService {
throw new Error('not implemented');
}
public focusStackFrame(focusedStackFrame: IStackFrame): void {
public focusStackFrame(focusedStackFrame: IStackFrame): Promise<void> {
throw new Error('not implemented');
}
sendAllBreakpoints(session?: IDebugSession): Promise<any> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册