diff --git a/run.cmd b/run.cmd index 73c2ea7..e2e2316 100644 --- a/run.cmd +++ b/run.cmd @@ -1,6 +1,4 @@ @echo off -cls -if not exist node_modules npm i&pause&call %~n0 :start node index.js @echo.