refactor: clarify upgrade builds #24274
Annotations
10 warnings
packages/internal/src/queue.js#L20
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. A rejection handler that is not a function will be ignored
|
packages/internal/src/utils.js#L413
Prefer for...of instead of Array.forEach
|
packages/swingset-liveslots/src/liveslots.js#L1605
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
|
packages/telemetry/src/index.js#L37
Prefer for...of instead of Array.forEach
|
packages/telemetry/src/index.js#L70
Prefer for...of instead of Array.forEach
|
packages/telemetry/src/slog-to-otel.js#L57
Prefer for...of instead of Array.forEach
|
packages/xsnap/src/avaXS.js#L390
Prefer for...of instead of Array.forEach
|
packages/xsnap/src/xsnap.js#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
|
packages/xsnap/src/xsnap.js#L261
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
|
packages/xsnap/src/xsnap.js#L461
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
|
The logs for this run have expired and are no longer available.
Loading