Alfred's workflow debugger only shows output from stderr
. These lines redirect all output from stderr
to alfy.error()
, which then uses console.log()
to print it to stdout
:
loudRejection(alfy.error);
process.on('uncaughtException', alfy.error);
hookStd.stderr(alfy.error);
This means that any errors that occur inside a Run Script action are never displayed in the workflow debugger.
IssueHunt has been backed by the following sponsors. Become a sponsor
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too