This commit is contained in:
fredqian
2025-03-09 11:10:26 +08:00

View File

@@ -26,7 +26,6 @@ const init = () => {
if (!module.parent) {
deleteFile('./nw_cache/Default/Preferences');
init();
} else {
module.exports = init;
}