mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 12:43:13 +00:00
[MIRROR] allow to clear chat highlight settings (#11483)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3dc465899f
commit
cce52199f3
@@ -61,7 +61,9 @@ export class RspackCompiler {
|
||||
stats
|
||||
?.toString(this.config.stats)
|
||||
.split('\n')
|
||||
.forEach((line) => logger.log(line));
|
||||
.forEach((line) => {
|
||||
logger.log(line);
|
||||
});
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user