mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 14:00:22 +02:00
Fix
This commit is contained in:
@@ -40,8 +40,8 @@ module.exports = class AsciiCommand extends Command {
|
|||||||
const options = {
|
const options = {
|
||||||
colored: false,
|
colored: false,
|
||||||
size: {
|
size: {
|
||||||
height: height >= width ? 25 : undefined,
|
height: height >= width ? 20 : undefined,
|
||||||
width: width > height ? 25 : undefined
|
width: width > height ? 20 : undefined
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
return new Promise((res, rej) => {
|
return new Promise((res, rej) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user