kkdevs / Patchwork

mod
13 stars 1 forks source link

Cached scripts overwritten without sanity check #37

Open enkephalin07 opened 5 years ago

enkephalin07 commented 5 years ago

On launch, PW attempts to rebuild cached scripts before verifying the integrity of the current ones. If one or more scripts have errors, it doesn't have a stable script base to fall back on.

If more than one script has errors, then each one has to be detected by separate relaunches rather than logging them all in one go.