Skip to content

Commit

Permalink
... again........
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-corbalt committed Mar 7, 2024
1 parent 342ddd3 commit f0bfcfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/libs/jira-lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export class Jira {
startAt = totalIssuesReceived;
total = results.total;
} catch (error: any) {
console.log(error.cause.toString())
console.log(error.constructor.name);
let errMsg = error.errors ? error.errors.map((err: any) => err.toString()).join(', ') : error.toString();
console.error(errMsg);
Expand Down

0 comments on commit f0bfcfa

Please sign in to comment.