fix(console) onMessage: change directory to "some-name*"

This commit is contained in:
coderaiser 2014-07-15 07:34:39 -04:00
parent 0ced823b8b
commit c458f926cb

View file

@ -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) {