fix cache api catch error
This commit is contained in:
@@ -197,6 +197,10 @@ define(
|
||||
.then(responseCache => {
|
||||
this.responseCache = responseCache;
|
||||
|
||||
resolve();
|
||||
})
|
||||
.catch(() => {
|
||||
console.error("Could not open `espo` cache.");
|
||||
resolve();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user