mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 17:53:58 +08:00
Merge pull request #910 from PowerShell/noninteractive2
It's always non-interactive
This commit is contained in:
commit
b874c1801d
@ -23,6 +23,7 @@ namespace Microsoft.PowerShell.CoreConsoleHost
|
||||
public MyHostUserInterface(bool hasUI, bool interactive)
|
||||
{
|
||||
myRawUi = (hasUI) ? new MyRawUserInterface() : null;
|
||||
Interactive = interactive;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user