I've been using Workflow > Settings > Javascript Settings to import custom libraries like:
const { z } = require('zod');
This has been working fine for the past couple of months - but today ~ 3:10PM EST this custom import has stopped working. I now see errors on the offending code blocks:
Because this error is technically being thrown outside the actual execution of the workflow, I'm not surprised that it isn't being caught by those established handlers.