mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 10:46:14 +10:00
debugging messages
This commit is contained in:
@@ -46,6 +46,12 @@ module.exports = {
|
||||
ws.send('something');
|
||||
});
|
||||
|
||||
|
||||
|
||||
dclient.on('debug', (message) => {
|
||||
wss.send(message)
|
||||
}
|
||||
|
||||
server.listen(8080);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user