twibiral / obsidian-execute-code

Obsidian Plugin to execute code in a note.
MIT License
1.09k stars 66 forks source link

[BUG] Console does not open if I had a Sys...print before input. JAVA[BUG] Short Description #348

Open PensadorA opened 4 months ago

PensadorA commented 4 months ago

I noticed in some tests that if I simply make a console input, the console does not open. However, if I print the console opens so I can capture the value entered in the terminal.

twibiral commented 4 months ago

Can you please explain your problem in more detail with a code example? And add your OS please.

PensadorA commented 3 months ago

My system is windows. When I have a block of code with an input, when executed it does not open the space to type something. However, I noticed that when adding a print before the input the console is loaded.