Skip to content

Commit

Permalink
WIP: test meaningless println
Browse files Browse the repository at this point in the history
  • Loading branch information
coderofstuff committed Dec 18, 2023
1 parent dfbb3b3 commit 938e81a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kaspad/src/daemon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ fn get_user_approval_or_exit(message: &str, approve: bool) {
return;
}
println!("{}", message);
println!("Some useless change but causes a rebuild");
let mut input = String::new();
match std::io::stdin().read_line(&mut input) {
Ok(_) => {
Expand Down

0 comments on commit 938e81a

Please sign in to comment.