summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-05-28 13:02:48 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-05-28 13:02:48 +0200
commitc41f152fa5b0bc44e15779e99706d7fb8431de85 (patch)
tree3d4c98b0a2f46bdd2a805aa8a2250b9aad4fb1b0 /doc
parentf26ea37c4132a90dea4cd9ff321995f65315b351 (diff)
downloadqutebrowser-c41f152fa5b0bc44e15779e99706d7fb8431de85.tar.gz
qutebrowser-c41f152fa5b0bc44e15779e99706d7fb8431de85.zip
Show PID in :process error message
See https://www.reddit.com/r/qutebrowser/comments/13tqp55/command_crashed_see_process_for_details/
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 2beeceb4a..bbbf584cb 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -136,6 +136,9 @@ Changed
- `:config-diff` now has an `--include-hidden` flag, which also shows
internally-set settings.
- Improved error messages when `:spawn` can't find an executable.
+- When a process fails, the error message now suggests using `:process PID` with
+ the correct PID (rather than always showing the latest process, which might not
+ be the failing one)
Fixed
~~~~~