Skip to content

Commit a72ea31

Browse files
author
Eyal Solnik
committed
1 parent 947dd50 commit a72ea31

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jake/jake.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ declare module jake{
122122
* stop execution on error, default true
123123
*/
124124
breakOnError?:boolean;
125+
126+
/**
127+
*
128+
*/
129+
windowsVerbatimArguments?: boolean
125130
}
126131
export function exec(cmds:string[], callback?:()=>void, opts?:ExecOptions):void;
127132

0 commit comments

Comments
 (0)