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); });