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
The call to sleep() in the line above is not working and so the second call to gettime() is returning the same value as the previous call. Also, the call to wait() is not reporting an error.
The text was updated successfully, but these errors were encountered:
On macOS, the monglot's test suite fails here:
https://github.com/bhk/tooltree/blob/master/monoglot/xpio_q.lua#L109
The call to
sleep()
in the line above is not working and so the second call togettime()
is returning the same value as the previous call. Also, the call towait()
is not reporting an error.The text was updated successfully, but these errors were encountered: