Skip to content

Commit

Permalink
Update nodejs_downloader.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
BoQsc committed Jul 4, 2023
1 parent 3d564a7 commit 2a1f44d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nodejs_downloader.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ IF EXIST ".\%nodeDirectory%" (
CD ".\%nodeDirectory%"
IF EXIST "completed_tar_extraction_of_nodejs" (
"./node.exe" "./bot.js"
PAUSE && EXIT
) ELSE (
ECHO Tar extraction of NodeJS was not completed previously.
)
Expand Down

0 comments on commit 2a1f44d

Please sign in to comment.