mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
Ensure all temp folders made during the --output build tests are removed.
Former-commit-id: d5c98deebd879f594aac73d4b835c97516ee4e89
This commit is contained in:
@@ -1124,6 +1124,7 @@
|
|||||||
var start = _.after(2, _.once(function() {
|
var start = _.after(2, _.once(function() {
|
||||||
if (dirs) {
|
if (dirs) {
|
||||||
fs.rmdirSync(nestedPath);
|
fs.rmdirSync(nestedPath);
|
||||||
|
fs.rmdirSync(path.dirname(nestedPath));
|
||||||
}
|
}
|
||||||
QUnit.start();
|
QUnit.start();
|
||||||
}));
|
}));
|
||||||
|
|||||||
Reference in New Issue
Block a user