Showing 1 of 3 total issues

Function start has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

Passenger.prototype.start = function() {
  var self = this;
  var parts = this.script.split(' ');
  this.proc = spawn('/bin/sh', ['-c', this.script], _.pick(this.options, ['cwd', 'env']));
  this.running = true;
Severity: Minor
Found in lib/van/passenger.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language