mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Delete garbage directory async
This commit is contained in:
@@ -1054,7 +1054,7 @@ files.renameDirAlmostAtomically =
|
||||
// ... and take out the trash.
|
||||
if (cleanupGarbage) {
|
||||
// We don't care about how long this takes, so we'll let it go async.
|
||||
files.rm_recursive(garbageDir);
|
||||
files.rm_recursive_async(garbageDir);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user