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

@@ -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',