remove unused code

This commit is contained in:
einhornimmond 2025-10-20 15:56:18 +02:00
parent cced564491
commit 4548b1354b

View File

@ -140,7 +140,4 @@ main().catch((e) => {
console.error(e)
process.exit(1)
})
function exitHook(arg0: () => void) {
throw new Error('Function not implemented.')
}