Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
fix: show term args on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Jul 22, 2024
1 parent 47e1c21 commit b4420d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rivet-toolchain/src/util/show_term.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ pub async fn show_term(args: &[String]) -> GlobalResult<Child> {

#[cfg(target_os = "linux")]
let child: Child = {
let mut args = args.to_vec();

// TODO(forest): For Linux, the code is trying to find an
// available terminal emulator from a predefined list and
// then run the command in it. However, the way to run a
Expand Down

0 comments on commit b4420d9

Please sign in to comment.