Skip to content

v1.7.0

Choose a tag to compare

@fhunleth fhunleth released this 01 Dec 16:31
· 20 commits to main since this release
  • New feature
    • Add :capture_stderr_only option to capture only stderr while ignoring stdout.
      This is useful when you want to capture error messages but not regular output.
      Works with both MuonTrap.cmd/3 and MuonTrap.Daemon. (@fermuch)