mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Clean up old symlinks
This commit is contained in:
@@ -549,6 +549,7 @@ Previous builder: ${previousBuilder.outputPath}, this builder: ${outputPath}`
|
||||
if (this.previousCreatedSymlinks[absFrom] !== absTo) {
|
||||
symlinkWithOverwrite(absFrom, absTo);
|
||||
}
|
||||
this.usedAsFile[relTo] = false;
|
||||
this.createdSymlinks[absFrom] = absTo;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user