Skip to content

Commit

Permalink
chore: check status for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Ramos committed Oct 14, 2024
1 parent 6833edd commit c884dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/workspace_std/src/workspace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ mod tests {
#[cfg(windows)]
let status = repo.status();
#[cfg(windows)]
dbg!(status);
println!("{:?}", status.unwrap());

let _ = repo.create_branch("feat/message");

Expand Down

0 comments on commit c884dad

Please sign in to comment.