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
DB dispatch: handler: stop creating .snapshots -- nothing writes it now
The engine's sidecar write is gone, so creating the directory every launch would
leave exactly the empty advertisement of a per-take store that PICO-8's dead one
was. Both remaining users cope with its absence: the fallback tests [ -d "$_SNAP" ]
and the prune's glob matches nothing.
$REPSTATE stays DEFINED -- the fallback and the prune both reference the path to
read directories recorded before the payload existed.
Co-Authored-By:...
#13