We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001c388 commit 83daa77Copy full SHA for 83daa77
README.md
@@ -97,7 +97,7 @@ Each one of the classes in UiPath.Core.Activities have properties that need to b
97
Console.WriteLine("");
98
99
Console.WriteLine("Press any key to continue or to exit...");
100
- Console.ReadLine();
+ Console.ReadKey();
101
}
102
103
return output;
0 commit comments