braidfs 0.0.128 → 0.0.129

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -822,7 +822,7 @@ async function sync_url(url) {
822
822
  })
823
823
  if (freed) return
824
824
 
825
- file_loop_pump()
825
+ await file_loop_pump()
826
826
  async function file_loop_pump() {
827
827
  if (freed) return
828
828
  if (file_loop_pump_lock) return
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braidfs",
3
- "version": "0.0.128",
3
+ "version": "0.0.129",
4
4
  "description": "braid technology synchronizing files and webpages",
5
5
  "author": "Braid Working Group",
6
6
  "repository": "braid-org/braidfs",