mirror of
https://github.com/logos-messaging/logos-delivery-js.git
synced 2026-06-06 14:49:36 +00:00
Merge #47
47: Log in error raised by question r=D4nte a=D4nte As it seems to fail on some systems Co-authored-by: Franck Royer <franck@status.im>
This commit is contained in:
commit
3bdc10405c
@ -40,7 +40,7 @@ const ChatContentTopic = 'dingpu';
|
|||||||
'Please choose a nickname: '
|
'Please choose a nickname: '
|
||||||
)) as unknown) as string;
|
)) as unknown) as string;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log('Using default nick.');
|
console.log('Using default nick. Due to ', e);
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(`Hi, ${nick}!`);
|
console.log(`Hi, ${nick}!`);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user