Skip to content

Commit 0bfd7db

Browse files
committed
WIP
1 parent 8473ecb commit 0bfd7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-new-iterator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ async function main () {
3232

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

3737

3838

0 commit comments

Comments
 (0)