cksource/mgit2

View on GitHub
lib/utils/createforkpool.js

Summary

Maintainability
A
1 hr
Test Coverage

Function createForkPool has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function createForkPool( childPath ) {
    const forkPoolFactory = {
        create() {
            return new Promise( resolve => {
                resolve( childProcess.fork( childPath ) );
Severity: Minor
Found in lib/utils/createforkpool.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status