From ba6adb1f13a899962f693cca3a5151b66c759cb7 Mon Sep 17 00:00:00 2001 From: Bartosz Wojtkowiak Date: Tue, 16 Oct 2018 16:19:51 +0200 Subject: [PATCH] =?UTF-8?q?Add=20info=20=E2=84=B9=EF=B8=8F=20and=20debug?= =?UTF-8?q?=20=F0=9F=90=9Btopics?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 5283e89..855ab26 100644 --- a/index.js +++ b/index.js @@ -7,6 +7,7 @@ module.exports = { ok: '✅', + info: 'ℹ️', warn: '⚠️ ', error: '🚨', issue: '🐛', @@ -25,5 +26,6 @@ module.exports = { timing: '⏱ ', money: '💰', numbers: '🔢', - wtf: '👻' + wtf: '👻', + debug: '🐛' };