Commit 97c34a76 authored by jy1263's avatar jy1263

Update module.srxd.js

parent 0d07e39c
...@@ -143,7 +143,7 @@ class SRXD { ...@@ -143,7 +143,7 @@ class SRXD {
try { try {
fs.unlinkSync(deleteFiles[i]); fs.unlinkSync(deleteFiles[i]);
} catch(err) { } catch(err) {
console.error(oggDirectory + " or " + artDirectory + " doesn't exist, therefore weren't deleted.") console.error("Either" + oggDirectory + " or " + artDirectory + " doesn't exist, therefore weren't deleted.")
console.log(err); console.log(err);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment