Skip to content

Commit

Permalink
fix: Show better CLI error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed May 10, 2023
1 parent 3510368 commit 2120168
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/index.ts
Expand Up @@ -27,6 +27,7 @@ async function main() {
apiToken: settings.atlassianApiToken,
},
},
newErrorHandling: true,
});

const publisher = new Publisher(
Expand Down

0 comments on commit 2120168

Please sign in to comment.