diff --git a/src/sourcePane.js b/src/sourcePane.js index 3cc3ea8..9b60dca 100644 --- a/src/sourcePane.js +++ b/src/sourcePane.js @@ -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) }