From e7493f6a7d8d54c19dc2bdd6fa1e6e66a449410a Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <me@adhisimon.org>
Date: Tue, 30 Jul 2019 21:16:20 +0700
Subject: [PATCH] Perbaikan dump history

---
 lib/history.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/history.js b/lib/history.js
index a62bad1..80209ed 100644
--- a/lib/history.js
+++ b/lib/history.js
@@ -8,7 +8,7 @@ function push(item) {
 }
 
 function dump() {
-    history.toarray();
+    return history.toarray();
 }
 
 exports.push = push;
-- 
1.9.0