add missing semicolon

pull/734/head
Ryan Tharp 6 years ago
parent 56648a6e30
commit f2233c20c7

@ -122,7 +122,7 @@ class LokiSnodeAPI {
pubkey_ed25519: snode.pubkey_ed25519, pubkey_ed25519: snode.pubkey_ed25519,
})); }));
} catch (e) { } catch (e) {
log.warn('initialiseRandomPool error', JSON.stringify(e)) log.warn('initialiseRandomPool error', JSON.stringify(e));
window.mixpanel.track('Seed Node Failed'); window.mixpanel.track('Seed Node Failed');
if (seedNodes.length === 0) { if (seedNodes.length === 0) {
throw new window.textsecure.SeedNodeError( throw new window.textsecure.SeedNodeError(

Loading…
Cancel
Save