зеркало из https://github.com/mozilla/pjs.git
for JBindery runner, added System.exit()
This commit is contained in:
Родитель
d8d872c4b0
Коммит
b6ea694308
|
@ -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);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче