Skip to content

Commit

Permalink
added forgotten jobEnd
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Oct 17, 2024
1 parent 97de64d commit 0ba560d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ ModuleStatus rascalTModelForLocs(
msgs += ms.messages[m] ? [];
}

str jobName = "";

try {
ms = getImportAndExtendGraph(topModuleNames, compilerConfig);

Expand Down Expand Up @@ -289,7 +291,7 @@ ModuleStatus rascalTModelForLocs(
}
}
jobEnd(jobName);
return ms;
}
Expand Down

0 comments on commit 0ba560d

Please sign in to comment.