Skip to content

Commit

Permalink
chore(mwcp): ignore error
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jan 23, 2024
1 parent 86ff501 commit ef273b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export class DbSourceManager<SourceName extends string = string, D = unknown, Ct
return !! time
}
catch (ex) {
this.logger.error('[KmoreDbSourceManager]: checkConnected()', ex)
this.logger.error('[KmoreDbSourceManager]: checkConnected(). error ignored', ex)
}
return false
}
Expand Down

0 comments on commit ef273b2

Please sign in to comment.