sindresorhus/electron-unhandled

Dialog message prefix

Open

#13 opened on Oct 2, 2019

View on GitHub
 (3 comments) (1 reaction) (0 assignees)JavaScript (27 forks)user submission
enhancementhelp wanted

Repository metrics

Stars
 (464 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

It would be nice if I could add a prefix to the dialog message.

I'd like the message to contain something like "Please contact me with on the website with the following error: ..."

I tried using logError manually but then I'd also have to recreate the dialog manually and that's not very DRY for a simple text prefix.

Contributor guide