mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(win) add ";"
This commit is contained in:
parent
69866fc471
commit
3505a585f2
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
exports.getVolumes = function(pCallBack){
|
||||
var lCHCP = 'chcp ' + Charset.UNICODE,
|
||||
lGetVolumes = 'wmic logicaldisk get name'
|
||||
lGetVolumes = 'wmic logicaldisk get name';
|
||||
|
||||
exec(lCHCP + ' && ' + lGetVolumes, retProcessOuput(pCallBack));
|
||||
};
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
if(!lError) {
|
||||
lVolumes = Util.removeStr(pStdout, lRemoveStr)
|
||||
.split(' ')
|
||||
.split(' ');
|
||||
|
||||
lVolumes.pop();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue