Skip to content

fs: unecessary argument validation

Writable already assures that only Buffer's are passed to _write. Also this is not the "correct" way to handle errors inside _write.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading