Under the hood
Useful2 Signal0
Fixes odd leftover queue files piling up by deleting malformed ones instead of misreading them.
What's wrong with this entry?
Anonymous. No account, no email.
What
Scanning a directory of NNN.json entries now deletes filenames whose numeric parse does not round-trip back to the original string.
Details
- A non-round-tripping name is unlinked and skipped rather than parsed anyway.
Evidence
^\d+\.json$
Strings lifted out of the shipped bundle, so the claim above can be checked against them.