mirror of
https://github.com/actions/cache.git
synced 2025-04-22 03:56:45 +00:00
Add void return type
This commit is contained in:
parent
c48b49d8ee
commit
7831713a31
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ export function getCacheState(): ArtifactCacheEntry | undefined {
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function logWarning(message: string) {
|
export function logWarning(message: string): void {
|
||||||
const warningPrefix = "[warning]";
|
const warningPrefix = "[warning]";
|
||||||
core.info(`${warningPrefix}${message}`);
|
core.info(`${warningPrefix}${message}`);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue