fix GameInner::new error handling
This commit is contained in:
@@ -295,6 +295,7 @@ impl PlayerArena {
|
||||
false,
|
||||
Board::random(rand::random_range(3..=7)),
|
||||
)
|
||||
.expect("unable to create game")
|
||||
.loop_until_result();
|
||||
|
||||
match result {
|
||||
|
||||
Reference in New Issue
Block a user