Added minor comment

This commit is contained in:
Bertie690 2025-08-04 23:16:01 -04:00
parent b5b44ea0b1
commit 63da1126a7

View File

@ -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);
}