mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 19:02:15 +00:00
Cast shell message to error
This commit is contained in:
parent
16aa087021
commit
e20207b1ef
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ function Shell() {
|
|||
function onTransportInitError(err) {
|
||||
console.error(err);
|
||||
active = false;
|
||||
error = err;
|
||||
error = new Error(err);
|
||||
starting = false;
|
||||
onStateChanged();
|
||||
transport = null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue