We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca74d4 commit c95f0d9Copy full SHA for c95f0d9
1 file changed
src/project/project-context.ts
@@ -406,6 +406,7 @@ export async function projectContext(
406
temp,
407
cleanup: () => {
408
result.diskCache.close();
409
+ temp.cleanup();
410
},
411
};
412
const { files, engines } = await projectInputFiles(
@@ -478,6 +479,7 @@ export async function projectContext(
478
479
480
481
context.diskCache.close();
482
483
484
485
if (Deno.statSync(path).isDirectory) {
0 commit comments