Skip to content

Commit

Permalink
disable no-console rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jaruba committed Feb 25, 2024
1 parent 69e4102 commit 08d965b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/withStreamingServer/withStreamingServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ function withStreamingServer(Video) {
case 'unload': {
if (loadArgs && hlsConverterId !== null) {
destroyHLSConverter(loadArgs.streamingServerURL, hlsConverterId).catch(function(error) {
// eslint-disable-next-line no-console
console.error(error);
});
}
Expand Down

0 comments on commit 08d965b

Please sign in to comment.