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 b413546 commit 5308000Copy full SHA for 5308000
compiler/src/dotty/tools/repl/ScriptEngine.scala
@@ -24,7 +24,8 @@ class ScriptEngine extends AbstractScriptEngine {
24
"-classpath", "", // Avoid the default "."
25
"-usejavacp",
26
"-color:never",
27
- "-Xrepl-disable-display"
+ "-Xrepl-disable-display",
28
+ "-Xrepl-disable-bytecode-instrumentation"
29
), Console.out, None)
30
private val rendering = new Rendering(Some(getClass.getClassLoader))
31
private var state: State = driver.initialState
0 commit comments