Skip to content

Commit 48f449e

Browse files
committed
Send the logs on mount
1 parent e0838c8 commit 48f449e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/scripts/components/server/Console.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export default () => {
5959
if (connected && instance) {
6060
instance.addListener('server log', handleServerLog);
6161
instance.addListener('console output', handleConsoleOutput);
62+
instance.send('send logs');
6263
}
6364
}, [connected]);
6465

0 commit comments

Comments
 (0)