robojones/z1

View on GitHub
daemon/lib/remoteServer.js

Summary

Maintainability
A
1 hr
Test Coverage
D
60%

Function remoteServer has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function remoteServer(filename, run) {
    const file = path.resolve(filename)

    const server = net.createServer(OPT, socket => {
        socket.on('error', handle)
Severity: Minor
Found in daemon/lib/remoteServer.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status