Skip to content

Commit 78d36dd

Browse files
committed
Merge pull request DefinitelyTyped#7032 from tSchubes/patch-1
grunt.util.ISpawnOptions.cmd is optional
2 parents 715df76 + 9cb096f commit 78d36dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gruntjs/gruntjs.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ declare module grunt {
11721172
/**
11731173
* The command to execute. It should be in the system path.
11741174
*/
1175-
cmd: string
1175+
cmd?: string
11761176

11771177
/**
11781178
* If specified, the same grunt bin that is currently running will be

0 commit comments

Comments
 (0)