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 741c7a8 commit b25f731Copy full SHA for b25f731
monitor/dist/index.js
@@ -121878,8 +121878,7 @@ async function run() {
121878
}
121879
})
121880
command.stderr.on('data', output => {
121881
- if (debug)
121882
- core.warning(output.toString())
+ console.log(`stderr: ${output.toString()}`)
121883
121884
command.on('exit', code => {
121885
if (code !== 0) {
monitor/index.js
@@ -136,8 +136,7 @@ async function run() {
136
137
138
139
140
141
142
143
0 commit comments