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
When run on a linux machine, compiled with stable, punch panics, apparently when unwrapping an OsError with error code 2 (i.e. ENOENT). This seems to be caused by unwrapping the Result from TimeClock::new.
The text was updated successfully, but these errors were encountered:
When run on a linux machine, compiled with stable, punch panics, apparently when unwrapping an OsError with error code 2 (i.e. ENOENT). This seems to be caused by unwrapping the Result from
TimeClock::new
.The text was updated successfully, but these errors were encountered: