**Question:**Is there a way to get rid of the “Run” aspect of the Replit console? Building my project, I had access to typing in the console to get an output. Now it only shows the errors when I press the run button. TIA!
Screenshots, links, or other helpful context:
There are other similar topics, and in them they all suggest to use the Shell
instead of the console to run commands.
The console used to basically redirect directly to the shell for most languages, and show output, in the past. But there was a recent update.
1 Like
Ok. Thanks for your help. Being new to this, I don’t quite understand how to use the shell instead of using the console but I guess that’ll be something I have to figure out. I know ive seen posts that say to use kill on the shell to help reset the console but that hasn’t worked either.
I appreciate it!