From 7d6c56b41645b1332dc8b34432d4bf6697991c1e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sun, 10 Aug 2014 14:15:51 -0400 Subject: [PATCH] chore(console) rm " " --- lib/server/console.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server/console.js b/lib/server/console.js index 26c1332f..805e4e10 100644 --- a/lib/server/console.js +++ b/lib/server/console.js @@ -280,7 +280,7 @@ return is; } - function onCD(command, currDir, callback) { + function onCD(command, currDir, callback) { var CD = 'cd ', HOME = process.env.HOME,