patch: adds disableTelemetry option #2
Annotations
11 warnings
Verify:
src/challenge.ts#L170
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
|
Verify:
src/challenge.ts#L195
Expected the Promise rejection reason to be an Error
|
Verify:
src/handlers/handleChallenge.ts#L30
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
|
Verify:
src/handlers/handleChallenge.ts#L49
Expected the Promise rejection reason to be an Error
|
Verify:
src/handlers/handleCreateSession.ts#L55
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
|
Verify:
src/handlers/handleCreateSession.ts#L65
Expected the Promise rejection reason to be an Error
|
Verify:
src/index.ts#L43
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
|
Verify:
src/session.ts#L155
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
|
Verify:
src/session.ts#L163
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
|
Verify:
src/session.ts#L172
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
|
Read package.json
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading