Skip to content

Commit

Permalink
fix: log Unknown datasource full error
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Mar 7, 2020
1 parent bce6036 commit e5243d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/datasource/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export async function getPkgReleases(
log('Server Error');
} else {
log('Unknown', 'info');
logger.debug({ err }, 'Datasource Error err');
}
}
if (!res) {
Expand Down

0 comments on commit e5243d1

Please sign in to comment.