로깅은 좀
This commit is contained in:
parent
0017a3eb16
commit
ef2ee5e809
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export class CreateImage {
|
||||||
|
|
||||||
const lines = mealInfo.meal.split("\n").reverse();
|
const lines = mealInfo.meal.split("\n").reverse();
|
||||||
let emojis = (await NameToEmoji(lines.toString())).split(",");
|
let emojis = (await NameToEmoji(lines.toString())).split(",");
|
||||||
console.log(emojis);
|
|
||||||
if (lines.length !== emojis.length) {
|
if (lines.length !== emojis.length) {
|
||||||
console.error("Error: Emojis and lines count mismatch retrying...");
|
console.error("Error: Emojis and lines count mismatch retrying...");
|
||||||
return this.PostMeal(MLSV_YMD);
|
return this.PostMeal(MLSV_YMD);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue