Skip to content

Seemingly infinite loop w/errors in PowerShell ISE #4

Description

@gfody

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions