Skip to content

Commit

Permalink
Add: add default choice
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverSlinky606 authored and timiya2333 committed Apr 4, 2023
1 parent 4b398c3 commit 348e8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TMBotStart/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ int main()
{
if (access("node_modules", F_OK) != 0)
{
string choice;
string choice = "y";
cout << "Requirement Not Found!" << endl;
cout << "Make sure you`re installed node.js and npm!" << endl;
cout << "Do you want to install requirement?(Y/n)" << endl;
Expand Down

0 comments on commit 348e8a2

Please sign in to comment.