Commit 538d7f01 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Display stderr output

parent dcf95a85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ if [[ "${HOST_DEBUG}" == [Yy1]* ]]; then
  { set +x; } 2>/dev/null
  echo
else
  ./run/host.bin "${HOST_ARGS[@]}" 2> /dev/null &
  ./run/host.bin "${HOST_ARGS[@]}" >/dev/null &
fi

# Configure serial ports