Minor improvement for server.start()

This commit is contained in:
Dennis Postma 2024-12-29 02:38:22 +01:00
parent ce073a67af
commit c9cc5be519

View File

@ -91,4 +91,4 @@ export class Server {
// Start the server // Start the server
const server = new Server() const server = new Server()
server.start() server.start().catch(console.error)