Skip to content

Commit

Permalink
Hide error output from w3m.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Jan 31, 2024
1 parent 426d693 commit 33ba9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nb
Original file line number Diff line number Diff line change
Expand Up @@ -12353,7 +12353,7 @@ HEREDOC
then
"${_web_browser_command[@]:-}" -T text/html -dump
else
"${_web_browser_command[@]:-}" -T text/html
"${_web_browser_command[@]:-}" -T text/html 2>/dev/null
fi

return 0
Expand Down

0 comments on commit 33ba9ab

Please sign in to comment.