mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-23 07:19:07 +08:00
remove err.code
This commit is contained in:
parent
a9ce8db226
commit
bcf8127e13
@ -166,7 +166,7 @@ export async function rmRF(inputPath: string): Promise<void> {
|
||||
})
|
||||
|
||||
result.on('error', err => {
|
||||
console.log(`error: ${err}, ${err.code}`)
|
||||
console.log(`error: ${err}`)
|
||||
})
|
||||
|
||||
result.on('close', code => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user