Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 29, 2024
1 parent 748f73e commit da0d892
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/nextjournal/clerk/builder.clj
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@
"--input-type=module"
"--trace-warnings"))
{:keys [out err exit]} result]
(println "SSR output")
(println "---")
(println result)
(println "---")
(if (= 0 exit)
(do
(report-fn {:stage :done :duration duration})
Expand Down

0 comments on commit da0d892

Please sign in to comment.