parroit/crafter

View on GitHub
bin/crafter.js

Summary

Maintainability
A
1 hr
Test Coverage

Function runProgram has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function runProgram(er, data) {
    if (er) {
        winston.error('There was an error reading the file ' + packagePath + '\n\n' + er.stack);
        return;
    }
Severity: Minor
Found in bin/crafter.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status