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 e46a1c3 commit 359844eCopy full SHA for 359844e
index.js
@@ -67,7 +67,7 @@ async function publish(pluginConfig, context) {
67
debug(stdout);
68
debug(error);
69
70
- context.logger.log(
+ debug(
71
`The command ${pluginConfig.publishCmd ||
72
pluginConfig.cmd} wrote invalid JSON to stdout. The stdout content will be ignored.`
73
);
0 commit comments