exprexo/exprexo

View on GitHub
lib/logger.js

Summary

Maintainability
A
1 hr
Test Coverage

Function logger has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function logger (options = {}) {
  const fns = {
    log: _colorify(console.log, 'green'),
    info: _colorify(console.info, 'blue'),
    warn: _colorify(console.warn, 'yellow'),
Severity: Minor
Found in lib/logger.js - About 1 hr to fix

    TODO found
    Open

        // TODO review this
    Severity: Minor
    Found in lib/logger.js by fixme

    There are no issues that match your filters.

    Category
    Status