Added debug options in package folder for manager

This commit is contained in:
Pax1601
2024-01-04 11:05:47 +01:00
parent a512b0e405
commit 38027b6ff3
13 changed files with 58 additions and 18 deletions

View File

@@ -33,7 +33,7 @@ fs.readFile("./version.json", "utf8", (error, data) => {
const minor = arr[1];
const minorminor = arr[2];
throughDirectory("./build");
throughDirectory("./package");
files.forEach((file) => {
fs.readFile(file, 'utf8', function (err,data) {