Dax Raad před 4 měsíci
rodič
revize
cb188f907f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      packages/opencode/test/fixture/fixture.ts

+ 1 - 1
packages/opencode/test/fixture/fixture.ts

@@ -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,