No extra linebreak
This commit is contained in:
parent
4a7eec8f2d
commit
24fedb2e20
1 changed files with 1 additions and 2 deletions
|
@ -236,8 +236,7 @@ void AtomBrowserClient::AppendExtraCommandLineSwitches(
|
|||
|
||||
if (delegate_) {
|
||||
auto app_path = static_cast<api::App*>(delegate_)->GetAppPath();
|
||||
command_line->AppendSwitchASCII(switches::kAppPath,
|
||||
app_path);
|
||||
command_line->AppendSwitchASCII(switches::kAppPath, app_path);
|
||||
}
|
||||
|
||||
content::WebContents* web_contents = GetWebContentsFromProcessID(process_id);
|
||||
|
|
Loading…
Reference in a new issue