Jacky Zhao
2023-07-23 ae2e3b463a91d94caa8bdf62e5c3a3d726b8b4e4
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)
    }
  }
}