chore: fix build

This commit is contained in:
binekrasik
2026-05-18 00:14:49 +02:00
parent 4f4b72b915
commit d8ebbbe9e1
3 changed files with 4 additions and 3 deletions

View File

@@ -18,6 +18,6 @@ export class Alert {
}
Show(time: number = -1): void {
alert(`${this.title} [${this.severity}]: ${this.description}`)
alert(`${this.title} [${this.severity}]: ${this.description} (time: ${time})`)
}
}