Skip to content

Commit

Permalink
fix: change log output to single line
Browse files Browse the repository at this point in the history
  • Loading branch information
usu committed Jun 18, 2024
1 parent cc23136 commit 7765744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion print/server/api/pdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export default defineEventHandler(async (event) => {
} finally {
logOutput.measurements = performanceMeasurements.measurements
logOutput.status = status
console.log(logOutput)
console.log(JSON.stringify(logOutput))
}
})

Expand Down

0 comments on commit 7765744

Please sign in to comment.