Skip to content
This repository has been archived by the owner on Jan 23, 2019. It is now read-only.

Commit

Permalink
Avoid bailing when github results fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Dec 18, 2012
1 parent e4022b6 commit 02a9701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magic.js
Expand Up @@ -419,7 +419,7 @@ function retrieveResults(category) {
data[d].last_change_time = data[d].updated_at;
}
processResult(null, data);
});
}).error(function() { processResult(null, []); });
})(i);
}
}
Expand Down

0 comments on commit 02a9701

Please sign in to comment.