We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f77f9 commit 45a7e60Copy full SHA for 45a7e60
graalpython/com.oracle.graal.python.shell/src/com/oracle/graal/python/shell/GraalPythonMain.java
@@ -97,7 +97,7 @@ public static void main(String[] args) {
97
private boolean dontWriteBytecode = false;
98
private String warnOptions = null;
99
private String checkHashPycsMode = "default";
100
-
+
101
protected static void setStartupTime() {
102
if (GraalPythonMain.startupNanoTime == -1) {
103
GraalPythonMain.startupNanoTime = System.nanoTime();
0 commit comments