[MIRROR] allow to clear chat highlight settings (#11483)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-21 13:17:12 -07:00
committed by GitHub
parent 3dc465899f
commit cce52199f3
25 changed files with 96 additions and 65 deletions

View File

@@ -61,7 +61,9 @@ export class RspackCompiler {
stats
?.toString(this.config.stats)
.split('\n')
.forEach((line) => logger.log(line));
.forEach((line) => {
logger.log(line);
});
});
}
}