diff --git a/src/bin/tools/jar.ts b/src/bin/tools/jar.ts index ca84ed0a..a87f4a52 100644 --- a/src/bin/tools/jar.ts +++ b/src/bin/tools/jar.ts @@ -90,5 +90,5 @@ if (require.main === module) { groupId: process.env.GROUP_ID ?? "group", version: process.env.VERSION ?? "1.0.0" }); - main().catch(e => console.error(e)); + main(); }