From b1063eb38f80c084336f2d8cbd1613a310186088 Mon Sep 17 00:00:00 2001 From: Stefan du Fresne Date: Fri, 1 Dec 2017 16:32:52 +0000 Subject: [PATCH] Not used to this no semi colon thing --- browser/main/NoteList/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {