Bug 469076: handle -silent in default cmdline handler r=bsmedberg
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user