Skip to content

Commit c95f0d9

Browse files
committed
more cleanup
1 parent 1ca74d4 commit c95f0d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/project/project-context.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ export async function projectContext(
406406
temp,
407407
cleanup: () => {
408408
result.diskCache.close();
409+
temp.cleanup();
409410
},
410411
};
411412
const { files, engines } = await projectInputFiles(
@@ -478,6 +479,7 @@ export async function projectContext(
478479
temp,
479480
cleanup: () => {
480481
context.diskCache.close();
482+
temp.cleanup();
481483
},
482484
};
483485
if (Deno.statSync(path).isDirectory) {

0 commit comments

Comments
 (0)