You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, it isn't incorrect: it is the return of the anonymous function created by the do block. However, it became a bit "noisy" so I removed returns from do blocks in #70. You probably just need to update Runic.
In
as it becomes:
It seems that Runic adds a return in front of the @info. I guess it's the with_() do end syntax?
The text was updated successfully, but these errors were encountered: