Skip to content

Commit

Permalink
fix(publisher): call resolve() when electron-release-server publisher…
Browse files Browse the repository at this point in the history
… succeeds (#465)

ISSUES CLOSED: #460
  • Loading branch information
malept authored and MarshallOfSound committed Apr 3, 2018
1 parent d17d02c commit 71ca7e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export default class PublisherERS extends PublisherBase {
d('upload successful for asset:', artifactPath);
uploaded += 1;
updateSpinner();
resolve();
} catch (err) {
reject(err);
}
Expand Down

0 comments on commit 71ca7e5

Please sign in to comment.