keep a parallel implementation of the pin loader to validate the new one

This commit is contained in:
ansuz
2020-04-07 20:03:41 -04:00
parent dca2707ae3
commit 95965c1dee
3 changed files with 106 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ nThen(function (w) {
store = _;
})); // load the list of pinned files so you know which files
// should not be archived or deleted
Pins.list(w(function (err, _) {
Pins.load(w(function (err, _) {
if (err) {
w.abort();
return void console.error(err);