diff --git a/fixtures/index-node.js b/fixtures/index-node.js index f5d96eb..5b503e1 100644 --- a/fixtures/index-node.js +++ b/fixtures/index-node.js @@ -14,7 +14,6 @@ async function main(file) { process.send(result); } -main(process.argv[2]) -.catch((error) => { +main(process.argv[2]).catch((error) => { log.error(error); });