async function main() { console.error('hello from stderr'); console.error('second line'); return 'done'; } module.exports = main;