1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:17:35 +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:
Andreas Kling 2021-12-20 11:55:32 +01:00
parent 8877dd0eea
commit 452a5531be
3 changed files with 12 additions and 6 deletions

View file

@ -15,6 +15,7 @@
# include <LibC/errno_codes.h>
#else
# include <errno.h>
# include <string.h>
#endif
namespace AK {