Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed May 26, 2022
1 parent 8473ecb commit 0bfd7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-new-iterator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function main () {

// false for not raw
// and this shows up correclty now
console.dir(await db.dump(['data']));
console.log(await db.dump(['data'], true));



Expand Down

0 comments on commit 0bfd7db

Please sign in to comment.