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
<divid="documentation-pointer">Page not found.</div>
6
+
7
+
<script>
8
+
constmessageRe=/^\/messages\/[A-Z]+-[0-9]+/;
9
+
ifmessageRe.test(window.location.pathname){
10
+
document.getElementById("documentation-pointer").innerHTML="This message is currently undocumented. You can help out by <a href=\"https://github.com/haskellfoundation/error-message-index/issues\">opening an issue</a> or <a href=\"https://github.com/haskellfoundation/error-message-index/pulls\">contributing documentation</a>."
0 commit comments