vgno/roc-web

View on GitHub
src/roc/runtime/watch-client.js

Summary

Maintainability
A
1 hr
Test Coverage

Function watchClient has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function watchClient(compiler) {
    const settings = getSettings('dev');
    debug.enable(settings.debug);

    return new Promise((resolve, reject) => {
Severity: Minor
Found in src/roc/runtime/watch-client.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status