From f5bd52bac91ede87b2e4460fc48190d7d19b14e0 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 11 Aug 2015 05:48:36 -0400 Subject: [PATCH] chore(config) add " " --- lib/server/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server/config.js b/lib/server/config.js index 2a24ff15..777b9777 100644 --- a/lib/server/config.js +++ b/lib/server/config.js @@ -36,7 +36,7 @@ if (error) { if (error.code !== 'ENOENT') console.error('cloudcmd --config ~/.cloudcmd.json:', error.message); - + error = tryCatch(function() { config = readjson.sync(ConfigPath); });