File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import {
3434} from "../config/format.ts" ;
3535import { resourcePath } from "../core/resources.ts" ;
3636import { quartoRuntimeDir } from "../core/appdirs.ts" ;
37- import { normalizePath } from "../core/path.ts" ;
37+ import { normalizePath , pathWithForwardSlashes } from "../core/path.ts" ;
3838import { isInteractiveSession } from "../core/platform.ts" ;
3939import { runningInCI } from "../core/ci-info.ts" ;
4040import { sleep } from "../core/async.ts" ;
@@ -271,6 +271,7 @@ async function startOrReuseJuliaServer(
271271 await ensureQuartoNotebookRunnerEnvironment ( options ) ;
272272 juliaProject = juliaRuntimeDir ( ) ;
273273 } else {
274+ juliaProject = pathWithForwardSlashes ( juliaProject ) ;
274275 trace (
275276 options ,
276277 `Custom julia project set via QUARTO_JULIA_PROJECT="${ juliaProject } ". Checking if QuartoNotebookRunner can be loaded.` ,
You can’t perform that action at this time.
0 commit comments