Merge remote-tracking branch 'origin/master' into tyriar/11275_terminal_refactor

This commit is contained in:
Daniel Imms
2016-09-10 18:49:18 -07:00
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"account": "monacobuild",
"container": "debuggers",
"zip": "3e8fd85/node-debug.zip",
"zip": "d643199/node-debug.zip",
"output": ""
}

View File

@@ -118,7 +118,6 @@ export class Adapter {
this.warnRelativePaths(properties.outDir);
this.warnRelativePaths(properties.program);
this.warnRelativePaths(properties.cwd);
this.warnRelativePaths(properties.runtimeExecutable);
const osProperties = objects.deepClone(properties);
properties.windows = {
type: 'object',