Skip to content

removed unused arguments & switch '==' to '==='

removed 'options' arg from 'send' function in:

  • handleconversion.'net.Native'
  • handleconversion.'net.Server'
  • handleconversion.'dgram.Native'
  • handleconversion.'dgram.Socket'

removed 'fd' & 'stdio' args from 'flushStudio' function

altered if statement in 'maybeClose' function to use identity(===) rather than equality(==) operator for comparison of numeric values

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

child-process

Merge request reports

Loading