SwiftBar
SwiftBar copied to clipboard
Error output logged after every execution
Describe the bug
- Every time a script is executed, error output is logged in the console
- The error output contains only the empty string
To reproduce
- Add the plugin example below and check the messages logged in the console
Expected behavior
- Blank error output should not be logged
Screenshots
![]() |
|---|
| Log messages as they appear in the console |
Environment
- macOS Monterey 12.6
- SwiftBar 1.4.3 (422)
Plugin example
#!/bin/bash
# metadata
# <xbar.title>Test</xbar.title>
# <xbar.author>Test</xbar.author>
# <xbar.desc>Test</xbar.desc>
echo "test"
- [x] I don't run Bartender/Dozer/etc. or tested the issue without it running
Hey @jbboynton, this have been addressed in 1.4.4. You can jump on the BETA train a wait until it released.
