We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
now(ev)
1 parent 47349df commit 9d310d8Copy full SHA for 9d310d8
test/simulations.jl
@@ -3,7 +3,7 @@ using SimJulia
3
struct TestException <: Exception end
4
5
function test_callback(ev::AbstractEvent)
6
- println("Hi I timed out at $(now(environment(ev)))")
+ println("Hi I timed out at $(now(ev))")
7
end
8
9
function test_callback_exception(ev::Event)
0 commit comments