diff --git a/src/routes/Player/Video/stremio-video/HTMLVideo.js b/src/routes/Player/Video/stremio-video/HTMLVideo.js index 8fdeb35f3..29ec278c0 100644 --- a/src/routes/Player/Video/stremio-video/HTMLVideo.js +++ b/src/routes/Player/Video/stremio-video/HTMLVideo.js @@ -268,7 +268,7 @@ var HTMLVideo = function(container) { } break; default: - throw new Error('Invalid dispatch call: ' + arguments[0]); + throw new Error('Invalid dispatch call: ' + Array.from(arguments).map(String)); } if (!loaded) {