Skip to content

lib: avoid for of loop and remove unnecessary variable in zlib

Rodrigo Muino Tomonari requested to merge github/fork/MCprotein/fix/zlib into main

removed the unnecessary declaration of 'i' in the _final method scope and changed the for of loop to a for loop

Refs: https://github.com/nodejs/node/blob/main/doc/contributing/primordials.md#unsafe-array-iteration

Merge request reports

Loading