mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-06 23:49:26 +02:00
Added minor comment
This commit is contained in:
parent
b5b44ea0b1
commit
63da1126a7
@ -20,6 +20,7 @@ export class TextInterceptor {
|
||||
}
|
||||
|
||||
showText(text: string): void {
|
||||
// NB: We do not format the raw _logs_ themselves as tests will be actively checking it.
|
||||
console.log(this.formatText(text));
|
||||
this.logs.push(text);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user