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:
bors[bot] 2021-04-21 03:44:03 +00:00 committed by GitHub
commit 3bdc10405c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}!`);