Skip to content

Commit 422875c

Browse files
committed
(undo) test panic 2
1 parent 58cc02c commit 422875c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hot-reload/rust/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ struct Reloadable {
3737
impl INode for Reloadable {
3838
fn init(_base: Base<Self::Base>) -> Self {
3939
// HOT-RELOAD: change values to initialize with different defaults.
40+
panic!("test panick");
41+
4042
Self {
4143
favorite_planet: Planet::Earth,
4244
//some_string: "Hello, world!".into(),

0 commit comments

Comments
 (0)