mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-03 18:13:20 +08:00
Fix flakey test (#817)
This commit is contained in:
@@ -82,7 +82,6 @@ export async function getExecOutput(
|
||||
stdout += stdoutDecoder.end()
|
||||
stderr += stderrDecoder.end()
|
||||
|
||||
//return undefined for stdout/stderr if they are empty
|
||||
return {
|
||||
exitCode,
|
||||
stdout,
|
||||
|
||||
Reference in New Issue
Block a user