Add ability to listen to node events from the frontend #37
check.yml
on: push
lint typescript
22s
lint rust
38s
Annotations
2 errors and 2 warnings
lint typescript
Process completed with exit code 1.
|
lint rust
Process completed with exit code 101.
|
lint typescript:
src/App.svelte#L15
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:
src/App.svelte#L17
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
|