mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Not used to this no semi colon thing
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user