add lf
This commit is contained in:
parent
330fcad680
commit
a9d6b517e9
@ -1,7 +1,7 @@
|
||||
{
|
||||
"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) {
|
||||
|
Loading…
Reference in New Issue
Block a user