parent
44cf917ecf
commit
550bd3a818
1 changed files with 4 additions and 3 deletions
|
@ -75,6 +75,7 @@ impl Command {
|
|||
command.stdout(process::Stdio::null());
|
||||
command.stderr(process::Stdio::null());
|
||||
command.args(args);
|
||||
command.arg("--");
|
||||
command.arg(url);
|
||||
|
||||
// NOTE: On Windows, browser spawns process into a Job object.
|
||||
|
|
Loading…
Reference in a new issue