Jacky Zhao
2023-08-05 c402f0c3857a75cc101c3459866c94e646fd2957
quartz/trace.ts
@@ -1,4 +1,5 @@
import chalk from "chalk"
import process from "process"
const rootFile = /.*at file:/
export function trace(msg: string, err: Error) {
@@ -28,4 +29,5 @@
      }
    }
  }
  process.exit(1)
}