mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 17:16:01 +00:00
fix - initial load fixed
This commit is contained in:
@@ -8,6 +8,7 @@ module.exports = {
|
||||
return socket;
|
||||
},
|
||||
emit(message, data) {
|
||||
console.log('EMIT:', message, data);
|
||||
socket.emit(message, data);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user