Skip to content

Commit

Permalink
Fix confusing .expect msg
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu committed Nov 13, 2024
1 parent 5d02b13 commit 4372849
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bin/src/gh_token.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ impl CommandExt for Command {
child
.stdin
.take()
.unwrap()
.expect("Failed to open stdin")
.write_all(input)
.await?;
Expand Down

0 comments on commit 4372849

Please sign in to comment.