Skip to content

Commit 5c9582d

Browse files
committed
fix
1 parent 07de8a5 commit 5c9582d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ async function main() {
3636
} catch (error: unknown) {
3737
logger.error(LogId.serverCloseFailure, "server", `Error closing server: ${error as string}`);
3838
}
39-
finally {
40-
throw error;
41-
}
39+
throw error;
4240
}
4341
}
4442

0 commit comments

Comments
 (0)