Pash-Project / Pash

An Open Source reimplementation of Windows PowerShell, for Mono.
https://groups.google.com/group/pash-project
BSD 3-Clause "New" or "Revised" License
516 stars 54 forks source link

$Host unusable? #395

Closed phrohdoh closed 8 years ago

phrohdoh commented 9 years ago

After a bit of investigation on #394 I discovered that $Host causes an argument to be null, but these error messages are far from helpful, unfortunately. I don't know the policy on stacktrace verbosity.

From this I assume $Host is not implemented.

mrward commented 8 years ago

The $host variable is now available.

394c0fde76112e99fea590ab0bf579e403c9c0f7

phrohdoh commented 8 years ago

Awesome, thanks. :-)