@live-change/db
Advanced tools
Comparing version 0.3.63 to 0.3.64
@@ -289,3 +289,3 @@ const Table = require('./Table.js') | ||
const config = this.config.indexes[name] | ||
console.error("INDEX", name, "unhandledRejection", reason, "CODE:\n", config.code) | ||
console.error("INDEX", name, "unhandledRejection", reason, "CODE:\n", config?.code) | ||
console.error("DELETING INDEX", name) | ||
@@ -292,0 +292,0 @@ process.nextTick(() => { |
{ | ||
"name": "@live-change/db", | ||
"version": "0.3.63", | ||
"version": "0.3.64", | ||
"description": "Database with observable data for live queries", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
96825