зеркало из https://github.com/mozilla/gecko-dev.git
Bug 469076: handle -silent in default cmdline handler r=bsmedberg
This commit is contained in:
Родитель
828c83616a
Коммит
7376ca7e6a
|
@ -114,6 +114,10 @@ var nsDefaultCLH = {
|
|||
dump(out + "\n");
|
||||
Components.utils.reportError(out);
|
||||
}
|
||||
|
||||
if (cmdLine.handleFlag("silent", false)) {
|
||||
cmdLine.preventDefault = true;
|
||||
}
|
||||
|
||||
if (cmdLine.preventDefault)
|
||||
return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче