diff --git a/lib/client/storage/_github.js b/lib/client/storage/_github.js index b730c819..66249ab8 100644 --- a/lib/client/storage/_github.js +++ b/lib/client/storage/_github.js @@ -149,7 +149,7 @@ var CloudCmd, Util, DOM, CloudFunc, Github, cb; gist.create(options, function(error, data) { if (error) - Util.log(error || data); + Util.log(error); else Util.logArray([data, data.html_url]);