================
@@ -129,6 +129,7 @@ llvm::Error PseudoConsole::OpenPseudoConsole() {
}
void PseudoConsole::Close() {
+ Sleep(50);
----------------
Nerixyz wrote:Please add a comment here that this is temporary. https://github.com/llvm/llvm-project/pull/182109 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
