mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-04 00:24:18 +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: '
|
||||
)) as unknown) as string;
|
||||
} catch (e) {
|
||||
console.log('Using default nick.');
|
||||
console.log('Using default nick. Due to ', e);
|
||||
}
|
||||
|
||||
console.log(`Hi, ${nick}!`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user