We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da19db commit b2d59b1Copy full SHA for b2d59b1
benchmark/module/module-loader.js
@@ -34,6 +34,8 @@ function main(conf) {
34
measureFull(n);
35
else
36
measureDir(n);
37
+
38
+ rmrf(tmpDirectory);
39
}
40
41
function measureFull(n) {
0 commit comments