We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e0491 commit 2633490Copy full SHA for 2633490
src/main/java/org/scijava/script/DefaultScriptService.java
@@ -343,7 +343,7 @@ private synchronized void initScriptLanguageIndex() {
343
344
// add ScriptLanguage plugins
345
for (final ScriptLanguage language : getInstances()) {
346
- index.add(language, false);
+ index.add(language, true);
347
}
348
349
// Now look for the ScriptEngines in javax.scripting. We only do that
0 commit comments