fix a completely wrong function signature

This commit is contained in:
ansuz 2019-06-13 11:24:01 +02:00
parent 5a1c25a0df
commit 2605d27e3f

View File

@ -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