braid-blob 0.0.43 → 0.0.44
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.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -457,7 +457,7 @@ function create_braid_blob() {
|
|
|
457
457
|
|
|
458
458
|
function handle_error(e) {
|
|
459
459
|
if (options.signal?.aborted) return
|
|
460
|
-
console.log(`disconnected, retrying in 1 second`)
|
|
460
|
+
console.log(`disconnected from ${b.href}, retrying in 1 second`)
|
|
461
461
|
setTimeout(connect, 1000)
|
|
462
462
|
}
|
|
463
463
|
|