mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 23:37:49 +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() {
|
||||
if (dirs) {
|
||||
fs.rmdirSync(nestedPath);
|
||||
fs.rmdirSync(path.dirname(nestedPath));
|
||||
}
|
||||
QUnit.start();
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user