Merge with Fabric 0.13, stage 6

This commit is contained in:
Juuz
2022-08-09 17:41:57 +03:00
37 changed files with 1046 additions and 541 deletions

View File

@@ -83,6 +83,7 @@ public class SourceRemapper {
// Set the remapped sources creation date to match the sources if we're likely succeeded in making it
destination.setLastModified(source.lastModified());
completionCallback.run();
} catch (Exception e) {
// Failed to remap, lets clean up to ensure we try again next time
destination.delete();