3 lines
91 B
JavaScript
3 lines
91 B
JavaScript
async function main() { throw new Error('boom from user script'); }
|
|
module.exports = main;
|