robojones/z1

View on GitHub
daemon/lib/class/LogManager.js

Summary

Maintainability
A
1 hr
Test Coverage
A
90%

Function setup has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    setup(id, dir = '') {
        const streams = this.get(id)

        // End old streams and cancel old log rotation.
        clearTimeout(streams.timeout)
Severity: Minor
Found in daemon/lib/class/LogManager.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status