refresh latest (handler: the 4086 replays guard was defeated three lines later
ee4f780 wrapped only the .snapshots mkdir. The .scratch mkdir below it ran
unconditionally and re-created $REPLAYS as a parent, so loading 4086 still
produced /media/fat/replays/OpenBOR_4086 on every launch -- same directory, a
different hidden child. The guard read as correct and did nothing.
Replaced the local if with a single HAS_RECORDER flag tested at every site
that creates something under $REPLAYS. The remaining sit...
#35
Annotations
1 warning
|
refresh
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|