Commit a9d6b517 authored by abbycin's avatar abbycin

add lf

parent 330fcad6
{
"name": "topjs-debugger",
"displayName": "TopJS Debugger",
"version": "0.0.4",
"version": "0.0.5",
"publisher": "AbbyCin",
"description": "TopJS debugger extension for VS Code.",
"author": {
......
......@@ -216,7 +216,7 @@ class TopJSDebugSession extends vscode_debugadapter.LoggingDebugSession {
}
process.exit(1);
});
this.log([args.runtimeExecutable, `--remote-debugging-port=${args.port}`, Path.basename(args.program)].join(' '));
this.log([args.runtimeExecutable, `--remote-debugging-port=${args.port}`, Path.basename(args.program), '\n'].join(' '));
}
validateArgs(args) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment