Skip to content

Commit 0d5803d

Browse files
committed
fix(action): print a message after the check
1 parent db360de commit 0d5803d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/restore.ts

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ export async function restoreCache(key: string, ref?: string) {
4949
utils.info(`Checking the store database.`);
5050

5151
await utils.run(`sqlite3 "${dbPath}" 'PRAGMA integrity_check;'`);
52+
53+
utils.info(`The store database is consistent.`)
5254
}
5355

5456
return cacheKey;

0 commit comments

Comments
 (0)