"Process finished with exit code" does not appear in Run window

Answered

I am currently writing a language plugin and when I ran some code, there is no line printed specifying the exit code of the given program:

Anything missing here that prevents the line from printing?

0
2 comments

Hi,

Please share your code.

0

Also, see: https://plugins.jetbrains.com/docs/intellij/execution.html#process-handler:

To display the exit status of the process in the console, attach a ProcessTerminatedListener to the OSProcessHandler.

0

Please sign in to leave a comment.