plutonium-installer
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -48,8 +48,9 @@ // Dependencies | ||
// Remove it | ||
fs.rmSync(dir, { recursive: true, force: true }); | ||
const dirPath = `${GamePath}/${dir}`; | ||
fs.rmSync(dirPath, { recursive: true, force: true }); | ||
// Output | ||
if (Verbose) | ||
console.log(`Deleted: ${dir}`); | ||
console.log(`Deleted: ${dirPath}`); | ||
} | ||
} | ||
//# sourceMappingURL=Cleanup.js.map |
{ | ||
"name": "plutonium-installer", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Lets you install plutonium games for both personal use and server use", | ||
@@ -5,0 +5,0 @@ "exports": "./lib/index.js", |
@@ -52,8 +52,9 @@ // Dependencies | ||
// Remove it | ||
fs.rmSync(dir, { recursive: true, force: true }) | ||
const dirPath = `${GamePath}/${dir}` | ||
fs.rmSync(dirPath, { recursive: true, force: true }) | ||
// Output | ||
if (Verbose) | ||
console.log(`Deleted: ${dir}`) | ||
console.log(`Deleted: ${dirPath}`) | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53917
960