mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
make crash -> error for now
This commit is contained in:
parent
c7ffe3dbeb
commit
6de2eadeb0
@ -380,6 +380,10 @@ impl BParticipant {
|
||||
}
|
||||
}
|
||||
},
|
||||
Frame::Shutdown => error!(
|
||||
"Somehow this Shutdown signal got here, i should probably handle it. To not \
|
||||
crash let me just put this message here"
|
||||
),
|
||||
f => unreachable!("never reaches frame!: {:?}", f),
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user