We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I noticed that if an error is thrown inside of a step, it will be logged with
workflow/src/workflow.ts
Line 92 in fa904e2
Line 93 in fa904e2
how about changing this to
debug(` Failed.`) debug(e)
in my case, I want to avoid printing the error line and print human readable log.
Any reason why it's being printed like that instead?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I noticed that if an error is thrown inside of a step, it will be logged with
workflow/src/workflow.ts
Line 92 in fa904e2
workflow/src/workflow.ts
Line 93 in fa904e2
how about changing this to
in my case, I want to avoid printing the error line and print human readable log.
Any reason why it's being printed like that instead?
The text was updated successfully, but these errors were encountered: