fix typo
This commit is contained in:
parent
53deed17dc
commit
b337fa7158
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ export default class ErrorBoundary extends React.Component<Props, State> {
|
||||||
`;
|
`;
|
||||||
|
|
||||||
if (app.env === 'production') {
|
if (app.env === 'production') {
|
||||||
Lbryio.call('event', 'desktop_error', { error_message: error.stack });
|
Lbryio.call('event', 'desktop_error', { error_message: errorMessage });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue