Skip to content

Commit

Permalink
fix: set empty cache if not found
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jul 1, 2020
1 parent 84992f9 commit 7af01c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/util/cache/repository/index.ts
Expand Up @@ -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 = {};
}
}

Expand Down

0 comments on commit 7af01c5

Please sign in to comment.