Skip to content

Commit

Permalink
Update tests/runner/src/env.rs
Browse files Browse the repository at this point in the history
Co-authored-by: LFC <bayinamine@gmail.com>
  • Loading branch information
waynexia and MichaelScofield authored Apr 24, 2023
1 parent a2bef79 commit 391d381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runner/src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ impl Env {
};
if !util::check_port(ip_addr.parse().unwrap(), Duration::from_secs(10)).await {
Env::stop_server(&mut process).await;
panic!("Frontend doesn't up in 10 seconds, quit.")
panic!("{subcommand} doesn't up in 10 seconds, quit.")
}

process
Expand Down

0 comments on commit 391d381

Please sign in to comment.