mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 09:42:13 +00:00
dispatch call returns void
This commit is contained in:
parent
f7e5e9a251
commit
244ec32f16
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ function CoreTransport() {
|
|||
};
|
||||
this.dispatch = function(action, field) {
|
||||
try {
|
||||
return dispatch(action, field);
|
||||
dispatch(action, field);
|
||||
} catch (error) {
|
||||
console.error('CoreTransport', error);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue