Browse Source

fixing class migration bug

generic-ui
Manuel Araoz 11 years ago
parent
commit
03f4314ab8
  1. 2
      lib/PeerSync.js

2
lib/PeerSync.js

@ -41,7 +41,7 @@ function spec() {
},
];
fs.writeFileSync(this.peerdb_fn, JSON.stringify(this.peerdb));
fs.writeFileSync(peerdb_fn, JSON.stringify(this.peerdb));
}
};

Loading…
Cancel
Save