Skip to content

Commit 5508f1d

Browse files
authored
Merge pull request ecamp#5394 from usu/fix/print-single-line-log
fix: change log output to single line
2 parents fa65e4e + 7765744 commit 5508f1d

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)