mirror of https://github.com/waku-org/js-waku.git
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…
Reference in New Issue