add print
This commit is contained in:
parent
a29162493f
commit
b71887a85b
|
|
@ -83,7 +83,7 @@ class Board {
|
||||||
}
|
}
|
||||||
this.board[row][col].nearbyMines = theNumberOfMines;
|
this.board[row][col].nearbyMines = theNumberOfMines;
|
||||||
} else {
|
} else {
|
||||||
this.board[row][col].nearbyMines = "##";
|
this.board[row][col].nearbyMines = "M";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user