Skip to content

Commit

Permalink
Debug rust.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Sep 22, 2023
1 parent 63fb6c1 commit 1eefdc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/cli/tests/plugins_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ mod builtins {
let mut cmd = create_proto_command(temp.path());
let assert = cmd.arg("install").arg("rust").assert();

println!("{}", String::from_utf8_lossy(&assert.get_output().stderr));

assert.success();
}

Expand Down

0 comments on commit 1eefdc7

Please sign in to comment.