mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 10:48:53 +00:00
parent
0ab37dbd03
commit
e60c0d675e
Notes:
sideshowbarker
2024-07-18 18:21:10 +09:00
Author: https://github.com/svin24 🔰
Commit: e60c0d675e
Pull-request: https://github.com/SerenityOS/serenity/pull/7016
Reviewed-by: https://github.com/awesomekling
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ int main(int argc, char** argv)
|
|||
Vector<const char*> child_argv;
|
||||
|
||||
const char* output_filename = nullptr;
|
||||
auto trace_file = Core::File::standard_output();
|
||||
auto trace_file = Core::File::standard_error();
|
||||
|
||||
Core::ArgsParser parser;
|
||||
parser.set_general_help(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue