Did I accidentally delete this line?

This commit is contained in:
George Fleming 2016-04-25 10:50:16 -07:00
parent 8ea1bdee94
commit 9ce4075c43

View file

@ -23,6 +23,7 @@ namespace Microsoft.PowerShell.CoreConsoleHost
public MyHostUserInterface(bool hasUI, bool interactive)
{
myRawUi = (hasUI) ? new MyRawUserInterface() : null;
Interactive = interactive;
}
/// <summary>