mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 20:09:06 +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 => {
|
result.on('error', err => {
|
||||||
console.log(`error: ${err}, ${err.code}`)
|
console.log(`error: ${err}`)
|
||||||
})
|
})
|
||||||
|
|
||||||
result.on('close', code => {
|
result.on('close', code => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user