Hide informations

Hello, how to diable these information and show only the result ?

0

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

0

请先登录再写评论。