mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
refactor(github) uploadFile
This commit is contained in:
parent
8d82d4cac5
commit
090509ad0e
1 changed files with 1 additions and 1 deletions
|
|
@ -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]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue