chore(console) rm " "

This commit is contained in:
coderaiser 2014-08-10 14:15:51 -04:00
parent 83a606c66f
commit 7d6c56b416

View file

@ -280,7 +280,7 @@
return is;
}
function onCD(command, currDir, callback) {
function onCD(command, currDir, callback) {
var CD = 'cd ',
HOME = process.env.HOME,