Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit c4b513c

Browse files
author
Michael Perrotte
committed
chore: add throw in catch block of execute
1 parent 5b7643a commit c4b513c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/execute.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,6 @@ module.exports = async function execute (latest = false) {
8484
}
8585
} catch (e) {
8686
log.error(e)
87+
throw e
8788
}
8889
}

0 commit comments

Comments
 (0)