mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-23 01:22:30 +01:00
Send the logs on mount
This commit is contained in:
parent
e0838c895a
commit
48f449e6d7
@ -59,6 +59,7 @@ export default () => {
|
||||
if (connected && instance) {
|
||||
instance.addListener('server log', handleServerLog);
|
||||
instance.addListener('console output', handleConsoleOutput);
|
||||
instance.send('send logs');
|
||||
}
|
||||
}, [connected]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user