mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Revert "Revert "Status history""
This commit is contained in:
@@ -96,6 +96,10 @@ function startApp() {
|
||||
server.listen(port);
|
||||
server.on('error', onError);
|
||||
server.on('listening', onListening);
|
||||
})
|
||||
.catch((err) => {
|
||||
console.error(err);
|
||||
util.shutdown(1);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user