app-context/app-context

View on GitHub
src/cli/run.js

Summary

Maintainability
A
1 hr
Test Coverage

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

export function execute([script]) {
  if (!script) { throw errors.usage('Must supply a script to app-context run.'); }

  let fullPath;
  try {
Severity: Minor
Found in src/cli/run.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status