We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6825c commit 8b8b24eCopy full SHA for 8b8b24e
home/static/js/send.js
@@ -59,7 +59,7 @@ document
59
form.reset();
60
61
} catch (err) {
62
- alert('Unexpected error occurred, please send an issue to the github repository.');
+ alert(err || 'Unexpected error occurred, please send an issue to the github repository.');
63
} finally {
64
submitBtn.disabled = false;
65
}
0 commit comments