[TGUI] Added prettierx

This commit is contained in:
Casey
2022-06-25 17:57:28 -04:00
committed by CHOMPStation2
parent 0c9b70b451
commit da183d8607
441 changed files with 16329 additions and 22443 deletions

View File

@@ -25,8 +25,7 @@ export const resolveGlob = (...sections) => {
try {
fs.statSync(path);
safePaths.push(path);
}
catch {}
} catch {}
}
return safePaths;
};