Skip to content

Commit 91fb871

Browse files
committed
fix: another fix for ui Run on windows
Signed-off-by: Nick Mitchell <[email protected]>
1 parent d0b84af commit 91fb871

File tree

1 file changed

+1
-1
lines changed
  • pdl-live-react/src-tauri/src/cli

1 file changed

+1
-1
lines changed

pdl-live-react/src-tauri/src/cli/run.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ pub fn run_pdl_program(
144144
"-c"
145145
},
146146
&[
147-
"source",
147+
if cfg!(windows) { "" } else { "source" },
148148
activate.as_str(),
149149
"; pdl",
150150
trace_arg.as_str(),

0 commit comments

Comments
 (0)