javascript-errors-notifier
javascript-errors-notifier copied to clipboard
Getting error in the extension in the 'unhandledrejection' handler
The line:
handleCustomError(e.reason.message, e.reason.stack);
fails because the "e" has no "reason" or "detail".