提交 80a3ead8 编写于 作者: A Andre Weinand

update node-debug

上级 6bb7aee3
{
"account": "monacobuild",
"container": "debuggers",
"zip": "d98b66b/node-debug.zip",
"zip": "c1e9f7f/node-debug.zip",
"output": ""
}
......@@ -68,7 +68,7 @@ export abstract class V8Protocol {
if (request.command === 'runInTerminal') {
this.runInTerminal(<DebugProtocol.RunInTerminalRequestArguments>request.arguments).then(() => {
(<DebugProtocol.RunInTerminalResponse>response).body = {
processId: 12345 // send back process id
// nothing to return for now..
};
this.sendResponse(response);
}, e => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册