mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-26 01:18:15 +00:00
fix(console) onMessage: change directory to "some-name*"
This commit is contained in:
parent
0ced823b8b
commit
c458f926cb
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@
|
|||
|
||||
if (equalPart(command, CLOUDCMD))
|
||||
ret = onCloudCmd(command, callback);
|
||||
else if (!isSymbol && (isCD || isCDWin && WIN || isVolume)) {
|
||||
else if (isCD || isCDWin && WIN || isVolume) {
|
||||
ret = true;
|
||||
|
||||
onCD(command, dir, function(error, json) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue