@@ -0,0 +1,9 @@
import Server from './bin/server.js'
const server = new Server()
process.on('unhandledRejection', (reason) => {
console.log('Unhandled rejection:', reason)
})
server.startServer()
The note is not visible to the blocked user.