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
I hope to get accurate error messages instead of Unknown reason, when I execute some non-existent commands.
java.io.IOException: Exec_tty error:Unknown reason
at com.pty4j.unix.UnixPtyProcess.execInPty(UnixPtyProcess.java:219) ~[pty4j-0.11.4.jar!/:na]
at com.pty4j.unix.UnixPtyProcess.<init>(UnixPtyProcess.java:59) ~[pty4j-0.11.4.jar!/:na]
at com.pty4j.PtyProcessBuilder.start(PtyProcessBuilder.java:127) ~[pty4j-0.11.4.jar!/:na]
at com.pty4j.PtyProcess.exec(PtyProcess.java:91) ~[pty4j-0.11.4.jar!/:na]
at com.pty4j.PtyProcess.exec(PtyProcess.java:62) ~[pty4j-0.11.4.jar!/:na]
The text was updated successfully, but these errors were encountered:
I hope to get accurate error messages instead of Unknown reason, when I execute some non-existent commands.
The text was updated successfully, but these errors were encountered: