zenflow/composite-service

View on GitHub
src/CompositeService.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function constructor has 32 lines of code (exceeds 25 allowed). Consider refactoring.
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
Severity: Minor
Found in src/CompositeService.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status