@live-change/db
Advanced tools
Comparing version 0.3.40 to 0.3.41
@@ -266,2 +266,6 @@ const Table = require('./Table.js') | ||
const config = this.config.indexes[name] | ||
if(!config) { | ||
console.error("INDEX IS ALREADY DELETED") | ||
return; | ||
} | ||
console.error("INDEX", name, "unhandledRejection", reason, "CODE:\n", config.code) | ||
@@ -268,0 +272,0 @@ console.error("DELETING INDEX", name) |
{ | ||
"name": "@live-change/db", | ||
"version": "0.3.40", | ||
"version": "0.3.41", | ||
"description": "Database with observable data for live queries", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
84595
2536