src/CompositeService.ts
Function constructor
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
constructor(config: NormalizedCompositeServiceConfig) {
this.config = config;
if (this.config.windowsCtrlCShutdown) {
require("generate-ctrl-c-event"); // make sure this module loads before we even start