From a9133f48ad0a37341a5517984e64951d8d2ccc81 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 27 Aug 2018 17:36:51 +0900 Subject: [PATCH] Better log --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index db770fe..1fe6f3e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -24,7 +24,7 @@ promiseRetry(retry => { } }).catch(retry); }).then(account => { - console.log('account fetched'); + console.log(`account fetched: @${account.username}`); const ai = new 藍(account);