Skip to content

Commit

Permalink
code refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Aug 2, 2019
1 parent c8dd72d commit 0b3d86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/services/aria2TaskService.js
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@
}));
}

return $q.all(promises).then(function () {
return $q.all(promises).then(function onSuccess() {
if (callback) {
callback({
hasSuccess: !!hasSuccess,
Expand Down

0 comments on commit 0b3d86e

Please sign in to comment.