1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
This commit is contained in:
zumbiepig 2024-09-13 09:21:54 -07:00
parent dc176b95ff
commit 8b17205b56
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -12,8 +12,6 @@ import { minify } from 'html-minifier';
import javascriptObfuscator from 'javascript-obfuscator'; import javascriptObfuscator from 'javascript-obfuscator';
import chalk from 'chalk'; import chalk from 'chalk';
console.clear();
function getFiles(baseDir: string, dir?: string, filesArr?: string[]) { function getFiles(baseDir: string, dir?: string, filesArr?: string[]) {
dir = dir ?? baseDir; dir = dir ?? baseDir;
filesArr = filesArr ?? []; filesArr = filesArr ?? [];