ssube/js-utils

View on GitHub
src/Child.ts

Summary

Maintainability
A
1 hr
Test Coverage
B
85%

Function childResult has 32 lines of code (exceeds 30 allowed). Consider refactoring.
Open

export function childResult(child: ChildStreams): Promise<ChildResult> {
  return new Promise((res, rej) => {
    const stderr: Array<Buffer> = [];
    const stdout: Array<Buffer> = [];

Severity: Minor
Found in src/Child.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status