From 60524e8cfad1e2100332eed46f06bf7b14866462 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 9 Sep 2021 16:38:22 +0000 Subject: [PATCH] ci: Automatic code formatting --- fixtures/index-node.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); });