fix a completely wrong function signature
This commit is contained in:
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…
x
Reference in New Issue
Block a user