Forumouth/gulp-karma-runner

View on GitHub

Showing 1 of 3 total issues

Function spawnProcess has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    spawnProcess(cb) {
      const stderr = [];
      const server = cp.spawn('node', [req.resolve('../bin/server.js')], {
        stdio: ['pipe', 'ignore', 'pipe', 'ipc'],
      });
Severity: Minor
Found in lib/server.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language