Skip to content

Commit dfd833d

Browse files
committed
Update to show log on migrate LZString type note url in history
Signed-off-by: Max Wu <jackymaxj@gmail.com>
1 parent 5e975cb commit dfd833d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/js/history.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ function parseToHistory (list, notehistory, callback) {
304304
notehistory[i].id = encodeNoteId(id)
305305
}
306306
} catch (err) {
307-
// na
307+
logger.error(err)
308308
}
309309
// parse time to timestamp and fromNow
310310
const timestamp = (typeof notehistory[i].time === 'number' ? moment(notehistory[i].time) : moment(notehistory[i].time, 'MMMM Do YYYY, h:mm:ss a'))

0 commit comments

Comments
 (0)