mirror of https://github.com/actions/toolkit
remove err.code
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…
Reference in New Issue