From 56234633da3226821cffa0cc74f991b139c04cc4 Mon Sep 17 00:00:00 2001 From: asong <314893771@qq.com> Date: Tue, 21 Jan 2020 08:59:38 +0800 Subject: [PATCH] Update main.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改bug --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }); }); }