fix(catcher-js): prevent infinite cycle issue #165
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
|