mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 18:39:07 +08:00
removed line
This commit is contained in:
parent
0bde6ed088
commit
babb9fb0bc
1
packages/cache/src/cache.ts
vendored
1
packages/cache/src/cache.ts
vendored
@ -5,7 +5,6 @@ import * as cacheHttpClient from './internal/cacheHttpClient'
|
|||||||
import {createTar, extractTar, listTar} from './internal/tar'
|
import {createTar, extractTar, listTar} from './internal/tar'
|
||||||
import {DownloadOptions, UploadOptions} from './options'
|
import {DownloadOptions, UploadOptions} from './options'
|
||||||
|
|
||||||
|
|
||||||
export class ValidationError extends Error {
|
export class ValidationError extends Error {
|
||||||
constructor(message: string) {
|
constructor(message: string) {
|
||||||
super(message)
|
super(message)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user