Skip to content

Commit ed9068f

Browse files
committed
add logfile arg to windows branch
1 parent 99fb153 commit ed9068f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/execute/julia.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,8 @@ async function startOrReuseJuliaServer(
321321
resourcePath("julia/quartonotebookrunner.jl"),
322322
",",
323323
transportFile,
324+
",",
325+
juliaServerLogFile(),
324326
// end of string array
325327
"-WindowStyle",
326328
"Hidden",

0 commit comments

Comments
 (0)