Does MWS have a security protection mechanism or backup mechanism?

Today I took out MWS and played with it again. I also wrote a script with AI that allows me to edit TiddlyWiki and output tid file content at the same time. When I think the script is well written, I plan to configure my MWS well. Then during the process of importing plugins, I imported a relatively large plug-in, and the whole TiddlyWiki was stuck. Restart also has no effect.

Plugin is $:/plugins/custom/combined, this is a bundle plug-in, which is codemirror6 plug-in package, I did not find problems on my own running wiki, but when importing MWS there was a problem.

I’m not saying there can’t be a problem, but there’s no protection or fallback mechanism. Using the nodejs version of TiddlyWiki, it’s easy to implement this mechanism, after all, essentially loading those tid files, as long as you use git to fallback, there’s no problem.

There may be other options, but I don’t see them.