mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 19:10:36 +00:00
moved System.exit() to end of main.
This commit is contained in:
parent
66d18685e7
commit
41c65765a6
@ -53,6 +53,9 @@ public class tracesoup {
|
|||||||
cook(arg);
|
cook(arg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// quit the application.
|
||||||
|
System.exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void cook(String inputName) {
|
static void cook(String inputName) {
|
||||||
@ -83,9 +86,6 @@ public class tracesoup {
|
|||||||
|
|
||||||
writer.println("</PRE>");
|
writer.println("</PRE>");
|
||||||
writer.close();
|
writer.close();
|
||||||
|
|
||||||
// quit the application.
|
|
||||||
System.exit(0);
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace(System.err);
|
e.printStackTrace(System.err);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user