Open PGimenez opened 3 months ago
@PGimenez The error is printed (granted as a warning) though? What would you expect to happen?
@PGimenez The error is printed (granted as a warning) though? What would you expect to happen?
I'm talking about the @event
block. it prints Error event
but it doesnt show an error when executing the a=nonexisttantvar
line
I don't get it... it says here:
┌ Warning: 2024-08-06 10:42:01 UndefVarError(:nonexistantvar)
└ @ Stipple ~/.julia/packages/Stipple/Hr6Qa/src/Stipple.jl:999
Ah, that's from the other one... Thanks for making the example more complicated 😂
When an error happens within an
@event
block, it is not printed and the block fails silently.MWE:
This is what is printed to the REPL: