Skip to content

Commit

Permalink
chore: log export mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sgulseth committed Jul 3, 2024
1 parent 4467448 commit 00ac254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/export.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ async function exportDataset(opts) {
debug('Archive finished')
})

debug('Getting dataset export stream')
debug('Getting dataset export stream, mode: "%s"', options.mode)
onProgress({step: 'Exporting documents...'})

let documentCount = 0
Expand Down

0 comments on commit 00ac254

Please sign in to comment.