You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constbody=encodeURIComponent(`I received the [following error](https://pwabuilder.com/google-play-packaging-status?jobId=${this.job.id}) when creating a Google Play package for ${this.job.packageOptions.pwaUrl}.\n\n> ${lastErrorLog}`);
157
+
constbody=encodeURIComponent(`I received the [following error](https://pwabuilder.com/google-play-packaging-status?jobId=${this.job.id}) when creating a Google Play package for ${this.job?.packageOptions.pwaUrl||"[empty]"}.\n\n> ${lastErrorLog}`);
0 commit comments