Merge pull request #1599 from jvilk/grunt-fixes

[gruntjs] Fixing grunt.util.spawn 'opts' argument attribute
This commit is contained in:
Basarat Ali Syed
2014-01-25 16:08:53 -08:00
+7 -1
View File
@@ -1155,7 +1155,13 @@ declare module grunt {
/**
* Additional options for the Node.js child_process spawn method.
*/
opts?: ISpawnOptions
opts?: {
cwd?: string
stdio?: any
custom?: any
env?: any
detached?: boolean
}
/**
* If this value is set and an error occurs, it will be used as the value