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
Fixed issue with basilisp.core/time failing outside of core (#992)
Hi,
can you please consider patch to address an issue with
`basilisp.core/time` failing when called outside of the core ns. It
fixes#991.
Added test for the same.
I've also wrapped the `expr` in a `do` block so that it can't interfere
with the out `try block` thanks.
Thanks
---------
Co-authored-by: ikappaki <[email protected]>
0 commit comments