Skip to content

Commit 961475e

Browse files
committed
fix: no need to FORCE_COLOR in ui pty
Signed-off-by: Nick Mitchell <[email protected]>
1 parent f137647 commit 961475e

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ pub fn run_pdl_program(
154154
]
155155
.join(" "),
156156
)
157-
.env("FORCE_COLOR", "1")
158157
.run()?;
159158

160159
Ok(())

0 commit comments

Comments
 (0)