actions / runner-container-hooks

Runner Container Hooks for GitHub Actions
MIT License
76 stars 46 forks source link

Don't use JSON.stringify for errors #19

Closed thboop closed 2 years ago

thboop commented 2 years ago

JSON.stringify hides errors, so lets remove those invocations and replace them with just printing the error

nikola-jokic commented 2 years ago

This PR looks great! Can we add a namespace() call to this line. It was my mistake not calling a namespace function which is logging the function body, instead of the namespace :disappointed: