lint
This commit is contained in:
+1
-1
@@ -100,7 +100,7 @@ async function main() {
|
||||
return process.exit(50);
|
||||
}
|
||||
|
||||
const { log, trace } = logger('taskworker'); // import this here so that logging handler is already setup
|
||||
const { log } = logger('taskworker'); // import this here so that logging handler is already setup
|
||||
|
||||
process.on('SIGTERM', () => {
|
||||
log('Terminated');
|
||||
|
||||
Reference in New Issue
Block a user