Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Commit

Permalink
Fail if webextension cannot be uploaded
Browse files Browse the repository at this point in the history
Closes #1.
  • Loading branch information
alexesprit committed Apr 18, 2020
1 parent 9592325 commit 8cd4fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/amo-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = (grunt) => {
await deploy(data);
grunt.log.ok('Uploaded successfully.');
} catch (err) {
grunt.log.error(err);
grunt.fail.fatal(err);
} finally {
done();
}
Expand Down

0 comments on commit 8cd4fc1

Please sign in to comment.