Internal: Result of job is invalid json (empty)
I'm getting the following error while trying to execute a simple Bun script (sending a Slack message):
The code I'm trying to run looks like this:
The code executes seamlessly when I remove
web.chat.PostMessage. Wrapping the entire script with a try/catch does not seem to work either - nothing gets caught.Any ideas what might be going on here?