-
Notifications
You must be signed in to change notification settings - Fork 336
Add org.jline as module to component directory #8496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
008d185
7d1feed
04ad8b8
b23313e
5428f1f
a6711e0
515010e
79b836f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,5 +6,5 @@ if /I %%A==--dump-graphs ( | |
| set EXTRA_OPTS=%EXTRA_OPTS% -Dgraal.Dump=Truffle:1 | ||
| ) | ||
| ) | ||
| java --module-path %comp-dir% -Dpolyglot.compiler.IterativePartialEscape=true %EXTRA_OPTS% %JAVA_OPTS% -m org.enso.runtime/org.enso.EngineRunnerBootLoader %* | ||
| java --module-path %comp-dir% --add-modules org.jline -Dpolyglot.compiler.IterativePartialEscape=true %EXTRA_OPTS% %JAVA_OPTS% -m org.enso.runtime/org.enso.EngineRunnerBootLoader %* | ||
|
||
| exit /B %errorlevel% | ||
Uh oh!
There was an error while loading. Please reload this page.