fix a completely wrong function signature

pull/1/head
ansuz 6 years ago
parent 5a1c25a0df
commit 2605d27e3f

@ -30,9 +30,9 @@ nThen(function (w) {
return void console.error(err); return void console.error(err);
} }
pins = _; pins = _;
}, { }), {
pinPath: config.pinPath, pinPath: config.pinPath,
})); });
// load the logging module so that you have a record of which // load the logging module so that you have a record of which
// files were archived or deleted at what time // files were archived or deleted at what time

Loading…
Cancel
Save