Skip to content

Commit

Permalink
Fix to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
petvana committed Dec 29, 2022
1 parent f0daa0d commit 86ae9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/generate_precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ const HELP_PROMPT = "help?> "
const PARALLEL_PRECOMPILATION = true

# You can disable fancy printing
const fancyprint = (io isa Base.TTY) && (get(ENV, "CI", nothing) != "true")
const fancyprint = (stdout isa Base.TTY) && (get(ENV, "CI", nothing) != "true")

# Printing the current state
let
Expand Down

0 comments on commit 86ae9e9

Please sign in to comment.