mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
fix: log errors
This commit is contained in:
2
.github/workflows/release-production.yml
vendored
2
.github/workflows/release-production.yml
vendored
@@ -73,7 +73,7 @@ jobs:
|
|||||||
// Write back to file
|
// Write back to file
|
||||||
fs.writeFileSync(pluginPath, pluginContent);
|
fs.writeFileSync(pluginPath, pluginContent);
|
||||||
}).catch((err) => {
|
}).catch((err) => {
|
||||||
console.error('Plugin file is not valid XML');
|
console.error('Plugin file is not valid XML', err);
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user