зеркало из https://github.com/mozilla/gecko-dev.git
for JBindery runner, added System.exit()
This commit is contained in:
Родитель
08c8e88004
Коммит
ab04358b03
|
@ -281,6 +281,9 @@ public class leaksoup {
|
|||
printLeaks(out, leaks);
|
||||
|
||||
out.close();
|
||||
|
||||
// quit the application.
|
||||
System.exit(0);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace(System.err);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче