mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-17 14:28:04 +08:00
removed line
This commit is contained in:
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user