Playground state #15
Annotations
6 errors
linter, formatters and unit tests / ubuntu-22.04:
packages/backend/src/playground.ts#L148
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
|
linter, formatters and unit tests / ubuntu-22.04
Process completed with exit code 1.
|
linter, formatters and unit tests / macos-12:
packages/backend/src/playground.ts#L148
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
|
linter, formatters and unit tests / macos-12
Process completed with exit code 1.
|
linter, formatters and unit tests / windows-2022:
packages/backend/src/playground.ts#L148
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
|
linter, formatters and unit tests / windows-2022
Process completed with exit code 1.
|