bug fixed

This commit is contained in:
Valk Richard Li
2019-12-24 19:10:42 +08:00
committed by GitHub
parent 46e4eccce5
commit db68cf1670
2 changed files with 63 additions and 113 deletions
+5 -5
View File
@@ -30,19 +30,19 @@ int main()
else if(command=="cls")
{
system("cls");
// win system("cls");
// linux system("clear");
// macOS system("clear");
// windows system("cls");
// linux system("clear");
// macOS system("clear");
}
else if(command=="del")
{
res.delete_all_source();
std::cout<<">> [Delete] complete."<<std::endl;
std::cout<<">>[Delete] complete."<<std::endl;
}
else if(command=="lib")
{
res.load_lib_file();
std::cout<<">> [Lib] loaded."<<std::endl;
std::cout<<">>[Lib] loaded."<<std::endl;
}
else if(command=="rs")
{