Other Cleanup
This commit is contained in:
parent
21d7b4adff
commit
24d665f2a9
1 changed files with 2 additions and 2 deletions
|
@ -71,12 +71,12 @@ export default class cout {
|
||||||
}
|
}
|
||||||
if (this.save) {
|
if (this.save) {
|
||||||
string.split("\n").forEach((line) => {
|
string.split("\n").forEach((line) => {
|
||||||
log(`${this.emoji ? emoji : ""}[${time} ${type}] | ${line}`);
|
log(`${this.emoji && emoji}[${time} ${type}] | ${line}`);
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
stringc.split("\n").forEach((line) => {
|
stringc.split("\n").forEach((line) => {
|
||||||
console.log(`${this.emoji ? emojic : ""}[${timec} ${typec}] | ${line}`);
|
console.log(`${this.emoji && emojic}[${timec} ${typec}] | ${line}`);
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue