famibee/SKYNovel

View on GitHub
src/preload.ts

Summary

Maintainability
A
3 hrs
Test Coverage

hProc has 26 functions (exceeds 20 allowed). Consider refactoring.
Open

export const    hProc    : HPROC    = {
    // console.log は【アプリ】のターミナルに出る
    getInfo        : ()=> ipcRenderer.invoke('getInfo').catch(fncE),

    existsSync    : path=> ipcRenderer.invoke('existsSync', path).catch(fncE),
Severity: Minor
Found in src/preload.ts - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status