mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(spawnify) rm " "
This commit is contained in:
parent
38f7e0b94b
commit
2f2ff1ed35
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
path = require('path'),
|
||||
child_process = require('child_process'),
|
||||
|
||||
exec = child_process.exec,
|
||||
exec = child_process.exec,
|
||||
|
||||
WIN = process.platform === 'win32',
|
||||
spawn = child_process.spawn,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue