Commit e7493f6a7d8d54c19dc2bdd6fa1e6e66a449410a

Authored by Adhidarma Hadiwinoto
1 parent 1cf2b4f087
Exists in master

Perbaikan dump history

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -8,7 +8,7 @@ function push(item) {
8 8 }
9 9  
10 10 function dump() {
11   - history.toarray();
  11 + return history.toarray();
12 12 }
13 13  
14 14 exports.push = push;