Skip to content

fix(catcher-js): prevent infinite cycle issue #165

fix(catcher-js): prevent infinite cycle issue

fix(catcher-js): prevent infinite cycle issue #165

Triggered via pull request August 31, 2025 11:12
Status Failure
Total duration 29s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
lint
Process completed with exit code 1.
lint: src/catcher.ts#L542
Unexpected any. Specify a different type
lint: src/addons/consoleCatcher.ts#L193
Member getConsoleLogStack should be declared before all private instance method definitions
lint: src/addons/consoleCatcher.ts#L185
Member addErrorEvent should be declared before all private instance method definitions
lint: src/addons/consoleCatcher.ts#L194
A space is required before ']'
lint: src/addons/consoleCatcher.ts#L194
A space is required after '['
lint: src/addons/consoleCatcher.ts#L187
Expected blank line before this statement
lint: src/addons/consoleCatcher.ts#L182
Missing JSDoc @param "event" declaration
lint: src/addons/consoleCatcher.ts#L157
Missing JSDoc @param "event" declaration
lint: src/addons/consoleCatcher.ts#L147
Missing JSDoc @param "logEvent" declaration
lint: src/addons/consoleCatcher.ts#L96
Missing JSDoc @param "args" declaration
lint: src/addons/consoleCatcher.ts#L82
Missing JSDoc @param "arg" declaration
lint: src/addons/consoleCatcher.ts#L57
Expected line break before `.join`
lint: src/addons/consoleCatcher.ts#L45
Expected blank line before this statement