-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
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
Alfy eats errors from Run Script action #86
Comments
Yes, we show the error in the Alfy itself instead: Lines 70 to 96 in 0dafe8f
But you're right, we should also enable |
@IssueHunt has funded $20.00 to this issue.
|
I think we don't need |
If anyone wants to work on this, see the initial attempt and feedback in #112. |
Alfred's workflow debugger only shows output from
stderr
. These lines redirect all output fromstderr
toalfy.error()
, which then usesconsole.log()
to print it tostdout
:This means that any errors that occur inside a Run Script action are never displayed in the workflow debugger.
IssueHunt Summary
Backers (Total: $20.00)
Submitted pull Requests
Become a backer now!
Or submit a pull request to get the deposits!
Tips
IssueHunt has been backed by the following sponsors. Become a sponsor
The text was updated successfully, but these errors were encountered: