Added copy to clipboard button in debug dialog #1242
Annotations
3 errors and 2 warnings
|
|
Lint TypeScript frontend code
Process completed with exit code 1.
|
Lint TypeScript backend code:
src/matter/ControllerNode.ts#L213
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
|
Lint TypeScript backend code:
src/matter/ControllerNode.ts#L216
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
|
Loading