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

Fix errorhandling on cases of invalid notes

This commit is contained in:
asmsuechan
2017-06-03 18:47:56 +09:00
parent 66e478a001
commit 95e7f4f645
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,6 @@ function resolveStorageNotes (storage) {
return data
} catch (err) {
console.error(notePath)
throw err
}
})