mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 06:10:49 +02:00
Fix
This commit is contained in:
@@ -88,6 +88,7 @@ module.exports = class MinesweeperCommand extends Command {
|
||||
let str = '';
|
||||
str += '⬛';
|
||||
str += nums.slice(0, board.length).join('');
|
||||
str += '\n';
|
||||
for (let i = 0; i < board.length; i++) {
|
||||
str += nums[i];
|
||||
board[i].forEach((item, j) => {
|
||||
|
||||
Reference in New Issue
Block a user