Jacky Zhao
2023-08-11 df02ea20d7e12e8b9ffdd2968afaf5893c433488
quartz/log.ts
@@ -17,10 +17,12 @@
    }
  }
  success(text: string) {
  end(text?: string) {
    if (!this.verbose) {
      this.spinner!.stop(true)
    }
    console.log(text)
    if (text) {
      console.log(text)
    }
  }
}