chore: fix build
This commit is contained in:
@@ -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})`)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user