mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #1599 from jvilk/grunt-fixes
[gruntjs] Fixing grunt.util.spawn 'opts' argument attribute
This commit is contained in:
Vendored
+7
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user