@live-change/dao 0.9.69 → 0.9.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -148,6 +148,7 @@ class Connection extends EventEmitter {
148
148
  return reject(err)
149
149
  }
150
150
  if (resp.type === 'error') {
151
+ console.error("ERROR", resp.error, "ON REQUEST", msg, "WITH SETTINGS", settings)
151
152
  reject(resp.error)
152
153
  return false
153
154
  }
package/package.json CHANGED
@@ -35,6 +35,6 @@
35
35
  "scripts": {
36
36
  "test": "NODE_ENV=test tape tests/*"
37
37
  },
38
- "version": "0.9.69",
39
- "gitHead": "04b432a6dda0fa04faecadd7641f9763ee90dc18"
38
+ "version": "0.9.71",
39
+ "gitHead": "422e96a7868c9923b55b300821db6e95e5415502"
40
40
  }