mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 14:23:44 +02:00
Send the logs on mount
This commit is contained in:
@@ -59,6 +59,7 @@ export default () => {
|
||||
if (connected && instance) {
|
||||
instance.addListener('server log', handleServerLog);
|
||||
instance.addListener('console output', handleConsoleOutput);
|
||||
instance.send('send logs');
|
||||
}
|
||||
}, [connected]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user