From de1090cc18b4257710acfeb40a0496e235aa9ab5 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 27 Feb 2020 21:43:19 +0000 Subject: [PATCH] Actually pass a function --- scripts/hak/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hak/index.js b/scripts/hak/index.js index fb5c989..56e3a30 100644 --- a/scripts/hak/index.js +++ b/scripts/hak/index.js @@ -133,4 +133,4 @@ async function main() { } } -main().catch(process.exit(1)); +main().catch(() => process.exit(1));