SwiftBar icon indicating copy to clipboard operation
SwiftBar copied to clipboard

Error output logged after every execution

Open jbboynton opened this issue 3 years ago • 1 comments

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

swiftbar-logs
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

jbboynton avatar Sep 21 '22 18:09 jbboynton

Hey @jbboynton, this have been addressed in 1.4.4. You can jump on the BETA train a wait until it released.

melonamin avatar Sep 22 '22 10:09 melonamin