Skip to content
Snippets Groups Projects
Commit e4b42491 authored by jojohoch's avatar jojohoch
Browse files

[player] Log native error messages in the console

parent 49ea2a11
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,8 @@ export class ErrorService implements ErrorHandler {
this.veronaPostService.sendVopRuntimeErrorNotification(error);
} else {
this.veronaPostService.sendVopRuntimeErrorNotification({ code: 'runtime-error', message: error.message });
// eslint-disable-next-line no-console
console.error(error.message);
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment