diff --git a/browser/main/NoteList/index.js b/browser/main/NoteList/index.js index 76e4c947..ddae415e 100644 --- a/browser/main/NoteList/index.js +++ b/browser/main/NoteList/index.js @@ -586,7 +586,7 @@ class NoteList extends React.Component { if (err) throw Error('File reading error: ', err) fs.stat(filepath, (err, {mtime, birthtime}) => { - if (err) throw Error('File stat reading error: ', err); + if (err) throw Error('File stat reading error: ', err) const content = data.toString() const newNote = {