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
{{ message }}
This repository has been archived by the owner on May 15, 2018. It is now read-only.
Right now in sysrev.js we often first write to _systems variable and then try to persist data into our _sys directory.
This is unsafe, because if saving the data fails, we're left with inconsistent state in _systems.
The text was updated successfully, but these errors were encountered:
Right now in
sysrev.js
we often first write to_systems
variable and then try to persist data into our_sys
directory.This is unsafe, because if saving the data fails, we're left with inconsistent state in
_systems
.The text was updated successfully, but these errors were encountered: