Skip to content

Commit c4e1698

Browse files
committed
prettier format
1 parent db58e98 commit c4e1698

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/cache-save/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -60008,7 +60008,7 @@ const cachePackages = () => __awaiter(void 0, void 0, void 0, function* () {
6000860008
const cachePaths = yield cache_utils_1.getCacheDirectoryPath(packageManagerInfo);
6000960009
const nonExistingPaths = cachePaths.filter(cachePath => !fs_1.default.existsSync(cachePath));
6001060010
if (nonExistingPaths.length === cachePaths.length) {
60011-
core.warning("There are no cache folders on the disk");
60011+
core.warning('There are no cache folders on the disk');
6001260012
return;
6001360013
}
6001460014
if (nonExistingPaths.length) {

src/cache-save.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const cachePackages = async () => {
4747
);
4848

4949
if (nonExistingPaths.length === cachePaths.length) {
50-
core.warning("There are no cache folders on the disk");
50+
core.warning('There are no cache folders on the disk');
5151
return;
5252
}
5353

0 commit comments

Comments
 (0)