We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6acba3 commit 4fcbd85Copy full SHA for 4fcbd85
src/resources/julia/quartonotebookrunner.jl
@@ -93,5 +93,6 @@ open(transport_file, "w") do io
93
println(io, json)
94
end
95
96
-@info "Starting server"
+@info "Starting server at $(now())"
97
wait(server)
98
+@info "Server stopped at $(now())"
0 commit comments