Skip to content

Commit 359844e

Browse files
committed
fix: move invalid optionnal JSON output messsage to debug level
1 parent e46a1c3 commit 359844e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async function publish(pluginConfig, context) {
6767
debug(stdout);
6868
debug(error);
6969

70-
context.logger.log(
70+
debug(
7171
`The command ${pluginConfig.publishCmd ||
7272
pluginConfig.cmd} wrote invalid JSON to stdout. The stdout content will be ignored.`
7373
);

0 commit comments

Comments
 (0)