mirror of
https://github.com/lucaspalomodevelop/autom.git
synced 2026-03-12 23:27:21 +00:00
fix Showing script
This commit is contained in:
parent
fba623e343
commit
dc471a91a6
@ -148,7 +148,6 @@ void showScript(int argc, char *argv[])
|
|||||||
std::cout << "Showing script: " << script << std::endl;
|
std::cout << "Showing script: " << script << std::endl;
|
||||||
if (std::filesystem::exists(script))
|
if (std::filesystem::exists(script))
|
||||||
{
|
{
|
||||||
std::cout << "Showing script: " << argv[1] << std::endl;
|
|
||||||
std::ifstream file(script);
|
std::ifstream file(script);
|
||||||
std::string line;
|
std::string line;
|
||||||
int line_number = 0;
|
int line_number = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user