ci: refactor plugin to fix warning
This commit is contained in:
parent
9c57dbe6ee
commit
348787f494
|
@ -1,5 +1,5 @@
|
|||
export class Logger {
|
||||
static #name = 'bundle_css'
|
||||
static readonly #name = 'bundle_css'
|
||||
|
||||
static info(message: string, path?: string) {
|
||||
console.log(
|
||||
|
|
Loading…
Reference in a new issue