Better log

This commit is contained in:
syuilo 2018-08-27 17:36:51 +09:00
parent af1e75ade3
commit a9133f48ad

View file

@ -24,7 +24,7 @@ promiseRetry(retry => {
}
}).catch(retry);
}).then(account => {
console.log('account fetched');
console.log(`account fetched: @${account.username}`);
const ai = new (account);