mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-06-22 08:44:36 +00:00
improve error handling while serving
This commit is contained in:
@ -17,10 +17,12 @@ export class QuartzLogger {
|
||||
}
|
||||
}
|
||||
|
||||
success(text: string) {
|
||||
end(text?: string) {
|
||||
if (!this.verbose) {
|
||||
this.spinner!.stop(true)
|
||||
}
|
||||
console.log(text)
|
||||
if (text) {
|
||||
console.log(text)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user