You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Another option is to provide a separate system property like `jline.native.tmpdir` or a similarly named property, which defaults to the value of `java.io.tmpdir`, but can be configured independently if the user wishes.
JLine uses the jline.tmpdir which takes precedence over the java.io.tmpdir when set.
JLine uses the
jline.tmpdir
which takes precedence over thejava.io.tmpdir
when set.Originally posted by @gnodet in #1081 (comment)
The text was updated successfully, but these errors were encountered: