Send the logs on mount

This commit is contained in:
Dane Everitt 2019-06-29 17:40:50 -07:00
parent e0838c895a
commit 48f449e6d7
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -59,6 +59,7 @@ export default () => {
if (connected && instance) {
instance.addListener('server log', handleServerLog);
instance.addListener('console output', handleConsoleOutput);
instance.send('send logs');
}
}, [connected]);