prey/prey-node-client

View on GitHub
lib/conf/cli.js

Summary

Maintainability
B
6 hrs
Test Coverage

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

var start = function(cb) {
  ensureAndCreateDb((err)=>{
    if (err) return process.exit(1);
    const config = require('../utils/configfile');
    config.load(() => {
Severity: Major
Found in lib/conf/cli.js - About 6 hrs to fix

    There are no issues that match your filters.

    Category
    Status