Skip to content

Commit

Permalink
wip: ci test generated
Browse files Browse the repository at this point in the history
  • Loading branch information
NanezX committed Nov 2, 2023
1 parent 159b9b1 commit 97a9c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subgraph/cli/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use std::thread;
pub fn run_cmd(main_cmd: &str, args: &[&str]) -> bool {
// Get the current working directory
let current_dir = env::current_dir().expect("Failed to get current directory");
println!("current_dir: {}", current_dir.to_str());
println!("current_dir: {:?}", current_dir.to_str());

// Create a new Command to run
let mut cmd = Command::new(main_cmd);
Expand Down

0 comments on commit 97a9c6d

Please sign in to comment.