mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 14:18:36 +02:00
Fix
This commit is contained in:
@@ -162,7 +162,7 @@ module.exports = class DotsAndBoxesCommand extends Command {
|
|||||||
return val;
|
return val;
|
||||||
}).join('')}█`);
|
}).join('')}█`);
|
||||||
});
|
});
|
||||||
displayed.push('\n');
|
displayed.push('█ █');
|
||||||
displayed.push(new Array(24).fill('█').join(''));
|
displayed.push(new Array(24).fill('█').join(''));
|
||||||
return displayed.join('\n');
|
return displayed.join('\n');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user