diff --git a/jake/jake.d.ts b/jake/jake.d.ts index 904a8084b..1812b818b 100644 --- a/jake/jake.d.ts +++ b/jake/jake.d.ts @@ -122,6 +122,11 @@ declare module jake{ * stop execution on error, default true */ breakOnError?:boolean; + + /** + * + */ + windowsVerbatimArguments?: boolean } export function exec(cmds:string[], callback?:()=>void, opts?:ExecOptions):void;