tgui 5.0.1 earlyport (#8189)

This commit is contained in:
Selis
2024-04-14 02:35:46 +02:00
committed by GitHub
parent a3d46d7ff6
commit d59cb636d0
29 changed files with 4269 additions and 4180 deletions

View File

@@ -20,6 +20,7 @@ export const resolveGlob = (...sections) => {
const unsafePaths = globPkg.sync(path.resolve(...sections), {
strict: false,
silent: true,
windowsPathsNoEscape: true,
});
const safePaths = [];
for (let path of unsafePaths) {