You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ISE doesn't allocate a console so the prompt "any key for more results, q to quit.." ends up throwing exceptions as we loop through all the millions of results.
Possible fix - use Console.Read instead of [Console]::ReadKey when $PSISE is defined. Ideally we can continue pulling results on any keystroke but Console.Read requires the user hit enter.
The text was updated successfully, but these errors were encountered:
Resolving issue gfody#3 (comment) by renaming function `Google` to `Invoke-GoogleSearch`.
Resolving issue gfody#4 (comment) by adding dialogue box when using ISE.
ISE doesn't allocate a console so the prompt "any key for more results, q to quit.." ends up throwing exceptions as we loop through all the millions of results.
Possible fix - use Console.Read instead of [Console]::ReadKey when $PSISE is defined. Ideally we can continue pulling results on any keystroke but Console.Read requires the user hit enter.
The text was updated successfully, but these errors were encountered: