braidfs 0.0.118 → 0.0.119
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
|
@@ -819,7 +819,7 @@ async function sync_url(url) {
|
|
|
819
819
|
if (freed || closed) return
|
|
820
820
|
|
|
821
821
|
console.log(`sending to ${url}`)
|
|
822
|
-
|
|
822
|
+
console.log(JSON.stringify(stuff, null, 4).slice(0, 1000))
|
|
823
823
|
|
|
824
824
|
var r = await my_fetch({ method: "PUT", ...stuff })
|
|
825
825
|
if (freed || closed) return
|