@@ -96,7 +96,7 @@ module process
96
96
@code
97
97
{
98
98
"timeout": 100, // unit ms
99
- "envs ": [] // Enviroment variable of child process.
99
+ "env ": {} // Enviroment variable of child process.
100
100
}
101
101
@endcode
102
102
@return Child process object containing result of command.
@@ -109,7 +109,7 @@ module process
109
109
@code
110
110
{
111
111
"timeout": 100, // unit ms
112
- "envs ": [] // Environment variable of child process.
112
+ "env ": {} // Environment variable of child process.
113
113
}
114
114
@endcode
115
115
@return Child process object containing result of command.
@@ -123,7 +123,7 @@ module process
123
123
@code
124
124
{
125
125
"timeout": 100, // unit ms
126
- "envs ": [] // Environment variable of child process.
126
+ "env ": {} // Environment variable of child process.
127
127
}
128
128
@endcode
129
129
@return Child process object containing result of the command.
@@ -136,7 +136,7 @@ module process
136
136
@code
137
137
{
138
138
"timeout": 100, // unit ms
139
- "envs ": [] // Environment variable of child process.
139
+ "env ": {} // Environment variable of child process.
140
140
}
141
141
@endcode
142
142
@return Child process object containing result of the command.
@@ -150,7 +150,7 @@ module process
150
150
@code
151
151
{
152
152
"timeout": 100, // unit ms
153
- "envs ": [] // Environment variable of child process.
153
+ "env ": {} // Environment variable of child process.
154
154
}
155
155
@endcode
156
156
@return Result code of bash command.
@@ -163,7 +163,7 @@ module process
163
163
@code
164
164
{
165
165
"timeout": 100, // unit ms
166
- "envs ": [] // Environment variable of child process.
166
+ "env ": {} // Environment variable of child process.
167
167
}
168
168
@endcode
169
169
@return Result code of bash command.
0 commit comments