-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Open
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectteam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtool-still-validIssues that have been deemed still valid as part of the Flutter Tools issue cleanup initiative.Issues that have been deemed still valid as part of the Flutter Tools issue cleanup initiative.triaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team
Description
Type of Request
bug
Infrastructure Environment
System Type: 64-bit operating system, x64-based processor.
Operating System: Windows 11 Pro.
Terminal Application: Command Prompt / PowerShell.
Frequency of the Issue: This has never worked for me since I started using Flutter.
flutter doctor result if needed:
What is happening?
When running a Flutter command in the terminal, if the command starts a task and I press Ctrl + C, the terminal prompts me with:
Terminate batch job (Y/N)?
- If I press Y, the batch job stops as expected.
- If I press N, the prompt appears to ignore my input, and the batch job still stops unexpectedly, rather than continuing execution.
Steps to reproduce
- Open a terminal window.
- Execute any Flutter command that starts a long-running task (e.g., flutter run, flutter build, etc.).
- While the task is running, press Ctrl + C.
- When prompted with Terminate batch job (Y/N)? press N.
- Observe that the batch job stops instead of continuing.
Expected results
When pressing N in response to the prompt, the Flutter command should continue executing as intended.
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectteam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtool-still-validIssues that have been deemed still valid as part of the Flutter Tools issue cleanup initiative.Issues that have been deemed still valid as part of the Flutter Tools issue cleanup initiative.triaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team