mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +01:00
Added Error Handling when no more commits are available
This commit is contained in:
@@ -351,7 +351,7 @@
|
||||
}
|
||||
|
||||
function handleNoAvailableData() {
|
||||
console.log('No Data available');
|
||||
window.console && console.log('No (more) Data available');
|
||||
}
|
||||
|
||||
var awaitedParents = {};
|
||||
|
||||
Reference in New Issue
Block a user