Skip to content

Commit

Permalink
missing "Total time" in compile report fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jpstotz authored and nbauma109 committed Mar 30, 2024
1 parent cd27a04 commit 947f3d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ protected void printDecompileReport(StringBuffer source, String fileLocation, Co
source.append("\n\tDECOMPILATION REPORT\n"); //$NON-NLS-1$
source.append("\n\tDecompiled from: "); //$NON-NLS-1$
source.append(fileLocation);
source.append("\n\tTotal time: "); //$NON-NLS-1$
source.append(decompilationTime);
source.append(" ms\n\t"); //$NON-NLS-1$
source.append(logMsg);
Expand Down

0 comments on commit 947f3d8

Please sign in to comment.