Update src/index.ts
This commit is contained in:
parent
18d07c3b64
commit
5b2ebd3e90
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(`${emoji}[${time} ${type}] | ${line}`);
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
stringc.split("\n").forEach((line) => {
|
stringc.split("\n").forEach((line) => {
|
||||||
console.log(`${this.emoji && emojic}[${timec} ${typec}] | ${line}`);
|
console.log(`${emojic}[${timec} ${typec}] | ${line}`);
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue