FIX by using rawEvent rather then event

This commit is contained in:
Norbert de Langen 2020-04-15 16:04:08 +02:00
parent 136d184ccb
commit 0908a54122
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -171,7 +171,7 @@ export class PostmsgTransport {
: `<span style="color: #FFAE00">${event.type}</span>`;
event.source =
source || this.config.page === 'preview' ? event.origin : getEventSourceUrl(rawEvent);
source || this.config.page === 'preview' ? rawEvent.origin : getEventSourceUrl(rawEvent);
if (!event.source) {
pretty.error(