Skip to content

Commit ce90090

Browse files
committed
Fixed an undefined variable reference
1 parent 142a5cc commit ce90090

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/useful-forks.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ tr:nth-child(even) {background-color: #f5f5f5;}
2323
const UF_MSG_HEADER = "<b>Useful forks</b>";
2424
const UF_MSG_NO_FORKS = "No one forked this specific repository.";
2525
const UF_MSG_SCANNING = "Currently scanning all the forks.";
26+
const UF_MSG_ERROR = "There seems to have been an error while scanning forks.";
2627
const UF_MSG_EMPTY_FILTER = "All the forks have been filtered out: you can now rest easy!";
2728
const UF_MSG_API_RATE = "<b>Exceeded GitHub API rate-limits.</b>";
2829
const UF_TABLE_SEPARATOR = "&nbsp;|&nbsp;";

0 commit comments

Comments
 (0)