Add extra newline space on error message
This commit is contained in:
parent
2526ca6688
commit
493cd6c179
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ function handleLoadVideoError(uri, errorType = '') {
|
||||||
} else {
|
} else {
|
||||||
dispatch(
|
dispatch(
|
||||||
doError(
|
doError(
|
||||||
`Failed to download ${uri}, please try again or see error details:\n${errorType}\n\nIf this problem persists, visit https://lbry.io/support for help. `
|
`Failed to download ${uri}, please try again or see error details:\n\n${errorType}\n\nIf this problem persists, visit https://lbry.io/support for help. `
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue