feat: log stack trace when AS crash due to assert #92
Annotations
10 errors
test
Expected an assignment or function call and instead saw an expression
|
test
Expected '!==' and instead saw '!='
|
test:
src/utils/errorTraceHandler.ts#L99
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
test:
src/utils/errorTraceHandler.ts#L96
Expected the Promise rejection reason to be an Error
|
test:
src/utils/errorTraceHandler.ts#L91
Promise executor functions should not be async
|
test:
src/utils/errorTraceHandler.ts#L91
Promise returned in function argument where a void return was expected
|
test:
src/utils/errorTraceHandler.ts#L50
Invalid type "Function | undefined" of template literal expression
|
test:
src/executionResult.ts#L88
Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed
|
test:
src/executionResult.ts#L62
'failedInfo' is never reassigned. Use 'const' instead
|
test:
src/executionResult.ts#L62
'testcaseName' is never reassigned. Use 'const' instead
|