mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-19 04:43:28 +02:00
Chat formatting
This commit is contained in:
@@ -36,3 +36,9 @@ app.use('/', express.static(path.join(__dirname, '../../public')));
|
||||
server.listen(3000, function() {
|
||||
console.log('\033c> Server running on port 3000\n');
|
||||
});
|
||||
|
||||
|
||||
// handle exceptions
|
||||
process.on('uncaughtException', function(ex) {
|
||||
console.error(ex);
|
||||
});
|
||||
Reference in New Issue
Block a user