Skip to content

Commit

Permalink
Remove redundant chatch
Browse files Browse the repository at this point in the history
  • Loading branch information
petvana committed Dec 29, 2022
1 parent f1ec0cd commit 8c5e490
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contrib/generate_precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,6 @@ generate_precompile_statements() = try # Make sure `ansi_enablecursor` is printe
tot_time = time_ns() - start_time
println("Precompilation complete. Summary:")
print("Total ─────── "); Base.time_print(tot_time); println()
catch e
rethrow()
finally
fancyprint && print(ansi_enablecursor)
return
Expand Down

0 comments on commit 8c5e490

Please sign in to comment.