From 9ce4075c43d3b324901585b0e7045c7eaab11f73 Mon Sep 17 00:00:00 2001 From: George Fleming Date: Mon, 25 Apr 2016 10:50:16 -0700 Subject: [PATCH] Did I accidentally delete this line? --- src/Microsoft.PowerShell.CoreConsoleHost/ui.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Microsoft.PowerShell.CoreConsoleHost/ui.cs b/src/Microsoft.PowerShell.CoreConsoleHost/ui.cs index 768a85c015..088363295f 100644 --- a/src/Microsoft.PowerShell.CoreConsoleHost/ui.cs +++ b/src/Microsoft.PowerShell.CoreConsoleHost/ui.cs @@ -23,6 +23,7 @@ namespace Microsoft.PowerShell.CoreConsoleHost public MyHostUserInterface(bool hasUI, bool interactive) { myRawUi = (hasUI) ? new MyRawUserInterface() : null; + Interactive = interactive; } ///