mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-07-23 23:01:22 +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