diff --git a/hylar/hylar.js b/hylar/hylar.js index 6b0c8c7..8d0deb7 100644 --- a/hylar/hylar.js +++ b/hylar/hylar.js @@ -179,10 +179,10 @@ class Hylar { await this.recomputeClosure() } - clean() { + async clean() { this.dict = new Dictionary(); this.sm = new TripleStorageManager(); - this.sm.init(); + await this.sm.init(); this.persist() }