mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
minor changes
This commit is contained in:
parent
99316bdd1d
commit
268cb781ec
2 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@
|
|||
|
||||
if( Util.strCmp(pCommand, 'exit') )
|
||||
if(main.WIN32)
|
||||
pCommand = 'taskkill /PID ' + process.pid;
|
||||
pCommand = 'taskkill -f /PID ' + process.pid;
|
||||
else
|
||||
pCommand = 'kill -9 ' + process.pid;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue