zaproxy / actions-common

Common code for ZAP's GitHub Actions
Apache License 2.0
3 stars 20 forks source link

fix: Updated action-helper.ts to log error messages #221

Open EinarSnorrason opened 3 months ago

EinarSnorrason commented 3 months ago

Currently the action-helper file swallows all error messages, which makes it very difficult for users to debug issues that can occur in those functions. This PR adds error logging so errors from this module are displayed in the github action logs, making debugging easier.