Jacky Zhao
2023-08-09 e21f0f9bb97cbc4bd59f6bce0e0fce451b6d2b01
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)
}