Send the logs on mount
This commit is contained in:
parent
e0838c895a
commit
48f449e6d7
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ export default () => {
|
||||||
if (connected && instance) {
|
if (connected && instance) {
|
||||||
instance.addListener('server log', handleServerLog);
|
instance.addListener('server log', handleServerLog);
|
||||||
instance.addListener('console output', handleConsoleOutput);
|
instance.addListener('console output', handleConsoleOutput);
|
||||||
|
instance.send('send logs');
|
||||||
}
|
}
|
||||||
}, [connected]);
|
}, [connected]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue