Skip to content

Commit 629feda

Browse files
committed
fix: log errors
1 parent 2426345 commit 629feda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
// Write back to file
7474
fs.writeFileSync(pluginPath, pluginContent);
7575
}).catch((err) => {
76-
console.error('Plugin file is not valid XML');
76+
console.error('Plugin file is not valid XML', err);
7777
process.exit(1);
7878
});
7979

0 commit comments

Comments
 (0)