no longer warn about non-absolute paths for 'runtimeExecutable'

This commit is contained in:
Andre Weinand 2016-09-10 23:11:31 +02:00
parent c0c4029d6a
commit 130a50f673

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