Jacky Zhao
2023-07-24 e82ba97a396e4e9d77486b48e6ee8b1dfd1c1b4c
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)
    }
  }
}