Skip to content

Commit

Permalink
add comment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoa committed Apr 3, 2024
1 parent 4f5c5aa commit 88ee961
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sourcePane.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ module.exports = {
try {
kb.removeDocument(subject)
} catch (err) {
// this is a hack until issue is resolved in rdflib
if (!err.message.includes('Statement to be removed is not on store')) throw err
console.log(err)
}
Expand Down

0 comments on commit 88ee961

Please sign in to comment.