Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
Fix null DTE object in PowerShell host.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrward committed May 30, 2011
1 parent 507a8a6 commit 94a6d5d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -38,6 +38,7 @@ public class PowerShellHost : PSHost, IPowerShellHost
this.scriptingConsole = scriptingConsole;
this.version = version;
this.privateData = new PSObject(privateData);
this.dte = dte;
userInterface = new PowerShellHostUserInterface(scriptingConsole);
}

Expand Down

0 comments on commit 94a6d5d

Please sign in to comment.