Skip to content

Commit

Permalink
fix: stringify the output
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Sep 12, 2023
1 parent ce4584a commit 7c5c28b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ cli
controller.enqueue(item)
}
}))
.pipeThrough(new Stringify(dagJSON.stringify))
.pipeTo(Writable.toWeb(process.stdout))
})

Expand Down

0 comments on commit 7c5c28b

Please sign in to comment.