2026-06-03 05:08:00 +00:00

3 lines
91 B
JavaScript

async function main() { throw new Error('boom from user script'); }
module.exports = main;