Showing 1 of 16 total issues

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

Runner.prototype.execFn = function(cmd) {
  var self = this;
  var args = require('shell-quote').parse(cmd);
  var bin = args.shift(0);

Severity: Minor
Found in lib/nixt/runner.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language