We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2426345 commit 629fedaCopy full SHA for 629feda
.github/workflows/release-production.yml
@@ -73,7 +73,7 @@ jobs:
73
// Write back to file
74
fs.writeFileSync(pluginPath, pluginContent);
75
}).catch((err) => {
76
- console.error('Plugin file is not valid XML');
+ console.error('Plugin file is not valid XML', err);
77
process.exit(1);
78
});
79
0 commit comments