Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

fix: handle node readable streams properly #3890

Merged
merged 3 commits into from
Sep 24, 2021

Commits on Sep 23, 2021

  1. fix: handle node readable streams properly

    Readable streams returned from `fs.createReadStream` have a `.path`
    property which was throwing off the content normalisation.
    
    Fixes #3882
    achingbrain committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    4c995ef View commit details
    Browse the repository at this point in the history
  2. chore: add tests

    achingbrain committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    9ad8fb2 View commit details
    Browse the repository at this point in the history
  3. chore: linting

    achingbrain committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    d4e26fc View commit details
    Browse the repository at this point in the history