mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
ci
This commit is contained in:
parent
63d9656ad8
commit
cb188f907f
@ -25,7 +25,7 @@ export async function tmpdir<T>(options?: TmpDirOptions<T>) {
|
||||
const result = {
|
||||
[Symbol.asyncDispose]: async () => {
|
||||
await options?.dispose?.(dirpath)
|
||||
await fs.rm(dirpath, { recursive: true, force: true })
|
||||
// await fs.rm(dirpath, { recursive: true, force: true })
|
||||
},
|
||||
path: realpath,
|
||||
extra: extra as T,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user