From 090509ad0e2f436fea191c03e80453574d09a581 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 29 May 2014 03:14:14 -0400 Subject: [PATCH] refactor(github) uploadFile --- lib/client/storage/_github.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]);