We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c0b85 commit 4ca9a5dCopy full SHA for 4ca9a5d
1 file changed
src/bin/package.json/index.ts
@@ -465,7 +465,8 @@ console.log("Checking paths of binaries and exports:");
465
const tempDir = await Path.makeTempDir();
466
await using tempDirDisposable = {
467
[Symbol.asyncDispose]: async () => {
468
- console.log("Disposing temporary dir.");
+ // TODO: implement an option to keep/open the temporary dir.
469
+ // console.log("Disposing temporary dir.");
470
await tempDir.rm_rf();
471
},
472
};
0 commit comments