im an idiot
This commit is contained in:
parent
92e04bcf4f
commit
d4256feabd
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ class ErrorBoundary extends React.Component<Props, State> {
|
||||||
|
|
||||||
// @if TARGET='web'
|
// @if TARGET='web'
|
||||||
errorMessage += 'lbry.tv\n';
|
errorMessage += 'lbry.tv\n';
|
||||||
errorMessage += window.location.pathname + window.location.search;
|
errorMessage += `page: ${window.location.pathname + window.location.search}\n`;
|
||||||
|
errorMessage += error.stack;
|
||||||
this.log(errorMessage);
|
this.log(errorMessage);
|
||||||
// @endif
|
// @endif
|
||||||
// @if TARGET='app'
|
// @if TARGET='app'
|
||||||
|
|
Loading…
Add table
Reference in a new issue