mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-01 02:13:21 +08:00
remove err.code
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user