Skip to content

Commit 5d72280

Browse files
committed
Demote protos generation panic to log message (#191)
1 parent c6db7c7 commit 5d72280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/protos.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fn protos() {
5050
append_to_file(GRPC_OUTPUT_FILE, "pub use prost_types::Timestamp;");
5151

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

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

0 commit comments

Comments
 (0)