From 144b9bfe501ccc5aa967c341cb52cb5090f205c8 Mon Sep 17 00:00:00 2001 From: luchenqun Date: Fri, 12 Oct 2018 12:33:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/api.js | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/api.js b/routes/api.js index cfeb21c..a6c24a4 100644 --- a/routes/api.js +++ b/routes/api.js @@ -1236,6 +1236,7 @@ api.getFaviconByTimer = function() { var url = bookmarks[0].url; var faviconPath = './public/images/favicon/' + id + '.ico'; var defaultFile = './public/images/favicon/default.ico'; + console.log("getBookmarkWaitFavicon url:" + url); if (!/http(s)?:\/\/([\w-]+\.)+[\w-]+(\/[\w- .\/?%&=]*)?/.test(url)) { copyFile(defaultFile, faviconPath);