Fix async

pull/323/head
Beaudan 6 years ago
parent ba87668b9e
commit 676cebdce4

@ -548,7 +548,7 @@
window.log.info('Cleanup: complete'); window.log.info('Cleanup: complete');
window.log.info('listening for registration events'); window.log.info('listening for registration events');
Whisper.events.on('registration_done', async () => { Whisper.events.on('registration_done', () => {
window.log.info('handling registration event'); window.log.info('handling registration event');
startLocalLokiServer(); startLocalLokiServer();

Loading…
Cancel
Save