1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00

Try to appease lint

This commit is contained in:
Mikhail T 2017-12-05 12:03:18 -05:00
parent 717ef38c0c
commit 10a49e439c

@ -93,8 +93,8 @@ function setup(logs) {
},
});
process.on('SIGUSR2', function () {
log.reopenFileStreams();
process.on('SIGUSR2', function() {
Logger.reopenFileStreams();
});
module.exports.logger = logger;