From dfd833dbe2c21ea6ccdc185b717c59894950816d Mon Sep 17 00:00:00 2001 From: Max Wu Date: Sun, 11 Mar 2018 02:55:54 +0800 Subject: Update to show log on migrate LZString type note url in history Signed-off-by: Max Wu --- public/js/history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public') diff --git a/public/js/history.js b/public/js/history.js index e7d289fb..a6575360 100644 --- a/public/js/history.js +++ b/public/js/history.js @@ -304,7 +304,7 @@ function parseToHistory (list, notehistory, callback) { notehistory[i].id = encodeNoteId(id) } } catch (err) { - // na + logger.error(err) } // parse time to timestamp and fromNow const timestamp = (typeof notehistory[i].time === 'number' ? moment(notehistory[i].time) : moment(notehistory[i].time, 'MMMM Do YYYY, h:mm:ss a')) -- cgit v1.2.3