Skip to content

Commit

Permalink
Update shell.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexng353 authored Aug 10, 2023
1 parent 0a50de8 commit dd44755
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/commands/shell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,10 @@ pub async fn command(args: Args, _json: bool) -> Result<()> {
.wait()
.await
.context("Failed to wait for command")?;

println!("Exited subshell, Railway variables no longer available.");

if !args.silent {
println!("Exited subshell, Railway variables no longer available.");
}
Ok(())
}

Expand Down

0 comments on commit dd44755

Please sign in to comment.