Skip to content

Commit 6abc677

Browse files
authored
fix spawn einval error (#888)
1 parent 8600530 commit 6abc677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme-cli/src/utility/run-command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = function(commandName, args = [], customConfig = {}) {
88
const config = {
99
stdio: 'inherit',
1010
windowsVerbatimArguments: true,
11-
shell: isWin ? false : true
11+
shell: true
1212
};
1313

1414
if(customConfig) {

0 commit comments

Comments
 (0)