未验证 提交 de7c0b9b 编写于 作者: Y Yegor 提交者: GitHub

Respect the --debug option in Firefox (#21438)

上级 c72b0d8e
......@@ -70,7 +70,8 @@ user_pref("dom.max_script_run_time", 0);
url.toString(),
'--profile',
'${temporaryProfileDirectory.path}',
'--headless',
if (!debug)
'--headless',
'-width $kMaxScreenshotWidth',
'-height $kMaxScreenshotHeight',
isMac ? '--new-window' : '-new-window',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册