Skip to content

Commit

Permalink
fix: alert_REPL! disrupted REPL output
Browse files Browse the repository at this point in the history
  • Loading branch information
haberdashPI committed Dec 1, 2021
1 parent 03876ac commit fe203e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/at_alert.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ macro alert(args...)
if !isinf(delay) && (Dates.now() - start_time) >= Dates.Millisecond(round(Int,1000delay))
alert(msg)
end

result
end
end
end
Expand Down

0 comments on commit fe203e8

Please sign in to comment.