1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:38:11 +00:00
serenity/Userland/Libraries/LibMain
James Puleo b19efc4db6 LibMain: Don't dbgln runtime errors if not on Serenity
When on Lagom, `warnln` and `dbgln` both output to `stderr`. This makes
runtime errors duplicated and more verbose than necessary.
2021-12-21 22:50:12 -08:00
..
CMakeLists.txt LibMain: Add a new library for more ergonomic userspace entry functions 2021-11-22 19:28:31 +01:00
Main.cpp LibMain: Don't dbgln runtime errors if not on Serenity 2021-12-21 22:50:12 -08:00
Main.h LibMain: Rename .arguments to .strings :^) 2021-11-22 22:13:22 +01:00