Skip to content

Commit 09aa39d

Browse files
committed
Fixup! Expand debug of the DependencyHelper
1 parent ee6f835 commit 09aa39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patching/src/main/java/com/fox2code/foxloader/dependencies/DependencyHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ private static boolean checkHashOrDeleteEx(File file, Dependency dependency, boo
396396
"(got: " + hashString + ", expected: " + dependency.sha256Sum + ")", cause);
397397
}
398398
if (!deleteSuccessful) {
399-
throw new RuntimeException("Can't delete dependency with checksum mismatch " + dependency.name);
399+
throw new RuntimeException("Can't delete dependency with checksum mismatch " + dependency.name, cause);
400400
}
401401
return false;
402402
}

0 commit comments

Comments
 (0)