We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8473ecb commit 0bfd7dbCopy full SHA for 0bfd7db
1 file changed
test-new-iterator.ts
@@ -32,7 +32,7 @@ async function main () {
32
33
// false for not raw
34
// and this shows up correclty now
35
- console.dir(await db.dump(['data']));
+ console.log(await db.dump(['data'], true));
36
37
38
0 commit comments