We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142a5cc commit ce90090Copy full SHA for ce90090
project/useful-forks.js
@@ -23,6 +23,7 @@ tr:nth-child(even) {background-color: #f5f5f5;}
23
const UF_MSG_HEADER = "<b>Useful forks</b>";
24
const UF_MSG_NO_FORKS = "No one forked this specific repository.";
25
const UF_MSG_SCANNING = "Currently scanning all the forks.";
26
+const UF_MSG_ERROR = "There seems to have been an error while scanning forks.";
27
const UF_MSG_EMPTY_FILTER = "All the forks have been filtered out: you can now rest easy!";
28
const UF_MSG_API_RATE = "<b>Exceeded GitHub API rate-limits.</b>";
29
const UF_TABLE_SEPARATOR = " | ";
0 commit comments