Skip to content

Commit 7765744

Browse files
committed
fix: change log output to single line
1 parent cc23136 commit 7765744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

print/server/api/pdf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export default defineEventHandler(async (event) => {
168168
} finally {
169169
logOutput.measurements = performanceMeasurements.measurements
170170
logOutput.status = status
171-
console.log(logOutput)
171+
console.log(JSON.stringify(logOutput))
172172
}
173173
})
174174

0 commit comments

Comments
 (0)