refactor(github) uploadFile

This commit is contained in:
coderaiser 2014-05-29 03:14:14 -04:00
parent 8d82d4cac5
commit 090509ad0e

View file

@ -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]);