Skip to content

Commit

Permalink
remove precompile statements
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastyBlacksmith committed Oct 28, 2023
1 parent df0949d commit f247d7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ end
@everywhere function fix_activation_output(str)
str = replace(str, r"~/.*/projects/trebuchet" => "~/projects/trebuchet")
str = replace(str, r".*Updating registry ((?:\n|.)*?)````" => "````")
str = replace(str, r".*Precompiling project...((?:\n|.)*?)````" => "````")
return str
end

Expand Down

0 comments on commit f247d7f

Please sign in to comment.