Skip to content

Commit

Permalink
Demote protos generation panic to log message (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee authored Oct 8, 2024
1 parent 3fc27b9 commit fd12968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/protos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fn protos() {
append_to_file(GRPC_OUTPUT_FILE, "pub use prost_types::Timestamp;");

eprintln!("protos_files_synced:{protos_files_synced}, protos_test_synced:{protos_test_synced}");
panic!("proto definitions changed. Stubs recompiled. Please commit the changes.")
eprintln!("proto definitions may be changed. Stubs recompiled. Please commit the changes.")
}

/// Derive options for structs. (Path, build attributes, 'from' macro generation enabled)
Expand Down

0 comments on commit fd12968

Please sign in to comment.