We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0838c8 commit 48f449eCopy full SHA for 48f449e
resources/scripts/components/server/Console.tsx
@@ -59,6 +59,7 @@ export default () => {
59
if (connected && instance) {
60
instance.addListener('server log', handleServerLog);
61
instance.addListener('console output', handleConsoleOutput);
62
+ instance.send('send logs');
63
}
64
}, [connected]);
65
0 commit comments