diff --git a/main.js b/main.js index a79d962..bff6887 100644 --- a/main.js +++ b/main.js @@ -305,7 +305,7 @@ }); ghImport('github/hans-contributions')['catch'](function(e) { - setTimeout(function() { throw e }); + setTimeout(function() { throw e; }); }); }