From edaa2d1396ad1441e32c3064f4404250a53a42d9 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 24 Nov 2014 10:14:10 -0500 Subject: [PATCH] feature(config) log -> alert --- lib/client/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/config.js b/lib/client/config.js index bc6b711a..c46c9240 100644 --- a/lib/client/config.js +++ b/lib/client/config.js @@ -73,7 +73,7 @@ var CloudCmd, Util, DOM, io; }); socket.on('err', function(error) { - Util.log(error); + DOM.Dialog.alert(error); }); } }