Skip to content

Commit

Permalink
uncomment the lib deletion, since we've ran into issues related
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Aug 16, 2024
1 parent ad1f05a commit 6936c80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified run.n
Binary file not shown.
2 changes: 1 addition & 1 deletion src/haxelib/api/Installer.hx
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ class Installer {
userInterface.log('Library $library $id repository remains at "$currentBranchStr"');
return;
}
// FsUtils.deleteRec(libPath);
FsUtils.deleteRec(libPath);
doVcsClone();
} else if (wasUpdated) {
userInterface.log('Library $library version ${vcs.directory} already up to date.');
Expand Down

0 comments on commit 6936c80

Please sign in to comment.