[PR #1009] [MERGED] fix build break from using await instead of co_await #24437

Open
opened 2026-01-31 09:03:19 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/1009
Author: @zadjii-msft
Created: 5/24/2019
Status: Merged
Merged: 5/24/2019
Merged by: @undefined

Base: masterHead: dev/migrie/b/974-await


📝 Commits (1)

  • 5715a86 fix build break from using await instead of co_await

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 src/cascadia/TerminalApp/App.cpp (+3 -3)

📄 Description

Summary of the Pull Request

Fixes an incorrect await that slipped in with #903

PR Checklist


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/1009 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 5/24/2019 **Status:** ✅ Merged **Merged:** 5/24/2019 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `dev/migrie/b/974-await` --- ### 📝 Commits (1) - [`5715a86`](https://github.com/microsoft/terminal/commit/5715a8672c3b455df31b0a61865a857560f7577e) fix build break from using `await` instead of `co_await` ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/App.cpp` (+3 -3) </details> ### 📄 Description <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Fixes an incorrect `await` that slipped in with #903 ## PR Checklist * [x] Closes #974 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:03:19 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#24437