We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db360de commit 0d5803dCopy full SHA for 0d5803d
src/utils/restore.ts
@@ -49,6 +49,8 @@ export async function restoreCache(key: string, ref?: string) {
49
utils.info(`Checking the store database.`);
50
51
await utils.run(`sqlite3 "${dbPath}" 'PRAGMA integrity_check;'`);
52
+
53
+ utils.info(`The store database is consistent.`)
54
}
55
56
return cacheKey;
0 commit comments