mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 13:09:27 +08:00
print spawnargs
This commit is contained in:
parent
4f66571667
commit
f6011790d6
@ -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}`)
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user