Skip to content
Snippets Groups Projects
Commit 7af01c5e authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix: set empty cache if not found

parent 84992f94
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ export async function initialize(config: RenovateConfig): Promise<void> {
logger.debug({ cacheFileName }, 'Read repository cache');
} catch (err) {
logger.debug({ cacheFileName }, 'No repository cache found');
cache = {};
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment