mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-03-20 14:22:36 +08:00
print spawnargs
This commit is contained in:
@@ -153,6 +153,10 @@ export async function rmRF(inputPath: string): Promise<void> {
|
||||
)
|
||||
}
|
||||
|
||||
result.on('spawn', (data) => {
|
||||
console.log(`spawn: ${result.spawnargs}`)
|
||||
})
|
||||
|
||||
result.stdout.on('data', (data) => {
|
||||
console.log(`stdout: ${data}`)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user