mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
PR Comments: make FatalErrorsService.add() private
This commit is contained in:
parent
0c107086a6
commit
fe9e6e62df
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ export class FatalErrorsService {
|
|||
});
|
||||
}
|
||||
|
||||
public add: FatalErrorsSetup['add'] = (error, source?) => {
|
||||
private add: FatalErrorsSetup['add'] = (error, source?) => {
|
||||
const errorInfo = getErrorInfo(error, source);
|
||||
|
||||
this.errorInfo$.next(errorInfo);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue