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 2e00caa commit 0afb311Copy full SHA for 0afb311
subprojects/groovy-groovysh/src/main/groovy/org/apache/groovy/groovysh/jline/GroovyEngine.java
@@ -163,6 +163,8 @@ public interface Cloner {
163
164
public GroovyEngine() {
165
sharedData = new Binding();
166
+// for debugging
167
+// sharedData.setVariable("engine", this);
168
classLoader = new EngineClassLoader();
169
shell = new GroovyShell(classLoader, sharedData);
170
for (String s : DEFAULT_IMPORTS) {
0 commit comments