Skip to content

dgram: scope redeclared variables

A few variables in lib/dgram.js are redeclared with var in a scope where they have already been declared. These instances can be scoped more narrowly with const, so that's what this change does.

Merge request reports

Loading