mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 02:59:05 +08:00
Fix minor tsc error
This commit is contained in:
parent
12fa0be194
commit
771f20b061
@ -55,7 +55,7 @@ export class ArtifactHttpClient implements Rpc {
|
||||
|
||||
isRetryable = this.isRetryableStatusCode(statusCode)
|
||||
errorMessage = `Artifact service responded with ${statusCode}`
|
||||
} catch (error) {
|
||||
} catch (error: any) {
|
||||
isRetryable = true
|
||||
errorMessage = error.message
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user