Improved console formatting #4619
build-test.js.yml
on: pull_request
check-and-lint
3m 22s
Matrix: build-non-linux
Matrix: test
Annotations
2 errors
check-and-lint:
packages/node/src/behavior/state/managed/values/ValuePatcher.ts#L182
For-in loops over arrays skips holes, returns indices as strings, and may visit the prototype chain or other enumerable properties. Use a more robust iteration method such as for-of or array.forEach instead
|
check-and-lint
Process completed with exit code 1.
|