build(deps-dev): bump electron from 33.2.1 to 35.7.5 #646
Annotations
1 error and 10 warnings
|
|
|
src/compat.ts#L433
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
|
|
src/compat.ts#L413
Unnecessary conditional, value is always truthy
|
|
src/compat.ts#L406
Unnecessary conditional, value is always truthy
|
|
src/compat.ts#L399
Unnecessary conditional, value is always truthy
|
|
src/compat.ts#L366
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
script/install.js#L51
Imported module should be assigned
|
|
examples/threaded-worker/threaded-worker.ts#L72
Unsafe argument of type `any` assigned to a parameter of type `string`
|
|
examples/threaded-worker/processor.ts#L43
Unsafe argument of type `any` assigned to a parameter of type `string`
|
|
examples/req-rep/server.ts#L10
Unsafe argument of type `any` assigned to a parameter of type `string`
|
|
examples/majordomo/worker.ts#L21
Unsafe spread of an `any` type
|
The logs for this run have expired and are no longer available.
Loading