Skip to content

Commit

Permalink
Merge branch '2024.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
valis committed Sep 9, 2024
2 parents 1f40beb + ff7ac33 commit 90915d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public ModuleProtos.Module getModuleProto() {

public void readModule(ModuleScopeProvider moduleScopeProvider, DependencyListener dependencyListener) throws DeserializationException {
if (myModuleProto.getVersion() != ModuleSerialization.VERSION) {
throw new DeserializationException("Version mismatch");
throw new DeserializationException("Version mismatch:\nLanguage version: " + ModuleSerialization.VERSION + "\nLibrary binaries version: " + myModuleProto.getVersion());
}

for (ModuleProtos.ModuleCallTargets moduleCallTargets : myModuleProto.getModuleCallTargetsList()) {
Expand Down

0 comments on commit 90915d5

Please sign in to comment.