mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-22 17:29:01 +00:00
AK+LibMain: Improve formatter for AK::Error in userspace
Print the full associated string metadata by default (if available.)
This commit is contained in:
parent
8877dd0eea
commit
452a5531be
Notes:
sideshowbarker
2024-07-17 22:33:03 +09:00
Author: https://github.com/awesomekling
Commit: 452a5531be
3 changed files with 12 additions and 6 deletions
|
@ -15,6 +15,7 @@
|
|||
# include <LibC/errno_codes.h>
|
||||
#else
|
||||
# include <errno.h>
|
||||
# include <string.h>
|
||||
#endif
|
||||
|
||||
namespace AK {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue