Merge pull request #30 from maraoz/bug/p2p-quickfix

fixing class migration bug
This commit is contained in:
Manuel Aráoz 2014-01-13 13:24:44 -08:00
commit d6e2415822

View File

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