1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Not used to this no semi colon thing

This commit is contained in:
Stefan du Fresne
2017-12-01 16:32:52 +00:00
parent 9032a1debb
commit b1063eb38f

View File

@@ -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 = {