mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
Try to appease lint
This commit is contained in:
parent
717ef38c0c
commit
10a49e439c
1 changed files with 2 additions and 2 deletions
|
@ -93,8 +93,8 @@ function setup(logs) {
|
|||
},
|
||||
});
|
||||
|
||||
process.on('SIGUSR2', function () {
|
||||
log.reopenFileStreams();
|
||||
process.on('SIGUSR2', function() {
|
||||
Logger.reopenFileStreams();
|
||||
});
|
||||
|
||||
module.exports.logger = logger;
|
||||
|
|
Loading…
Reference in a new issue