No, there is no way to hide the command line and Node.js process output (i.e. everything that is written to the process.stdout and process.stderr directly) from the run console. Note that this output is not shown in the interactive debugger console (Debugger Console tab) while debugging, so you can run in debug mode and check the debugger console
No, there is no way to hide the command line and Node.js process output (i.e. everything that is written to the
process.stdoutandprocess.stderrdirectly) from the run console. Note that this output is not shown in the interactive debugger console (Debugger Console tab) while debugging, so you can run in debug mode and check the debugger console