Skip to content

Commit

Permalink
Merge pull request #78 from Omegapoint/feature/change-error-message
Browse files Browse the repository at this point in the history
Feature/change error message
  • Loading branch information
linnea-oxenwaldt authored Jun 18, 2024
2 parents 85f225e + b5ad8d5 commit 9f90523
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion src/azuredevopsboard/AzureDevOpsBoardService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ export class AzureDevOpsBoardService {
}
} catch (error) {
core.warning('Error getting tickets for Azure DevOps Board!');
console.log('Error:', error.message);
console.log(
'There is probably somethine wrong with your token, check that it has not expired or been revoked. Please check that you have the correct permissions (Work items: Read)'
);
}
console.log();
}
Expand Down

0 comments on commit 9f90523

Please sign in to comment.