mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(changelog) add "changelog: done"
This commit is contained in:
parent
4bd43154c7
commit
a832a84f66
1 changed files with 3 additions and 1 deletions
|
|
@ -15,7 +15,9 @@
|
|||
};
|
||||
|
||||
e(error) || changelog(versionNew, function(error, data) {
|
||||
e(error) || prepend('ChangeLog', data, callback);
|
||||
e(error) || prepend('ChangeLog', data, function() {
|
||||
e(error) || callback(null, 'changelog: done');
|
||||
});
|
||||
});
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue