Jacky Zhao
2023-08-07 3adc73a703142b3c0475570e4de16701b2797524
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)
}