mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Meta: Add a --debug-process option to WPT.sh
This passes the `--debug-process` option to WebDriver.
This commit is contained in:
committed by
Jelle Raaijmakers
parent
2528055703
commit
34f78ca152
@@ -52,7 +52,6 @@ static Vector<ByteString> create_arguments(ByteString const& socket_path, bool f
|
||||
if (force_cpu_painting)
|
||||
arguments.append("--force-cpu-painting"sv);
|
||||
|
||||
dbgln("Debug process: {}", debug_process);
|
||||
if (debug_process.has_value())
|
||||
arguments.append(ByteString::formatted("--debug-process={}", debug_process.value()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user