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