Disable StrictMode
If StrictMode
is set in a parent session (i.e., at the active powershell profile) the boot strap script will fail on uninitialized variables in case not all options are set to be installed:
(i.e., $StackInstallExport
in the Invoke-Command
block at line 606)
Merge request reports
Activity
Hi @maerwald , because there are white space changes, probably because i used the web editor for it. please try clear the box for "white space changes" in the web UI and see for yourself. if it still a problem i'll do it offline and re-submit.
Thanks!
The way the script is usually invoked doesn't cause a child shell to be opened, so you'll effectively changing the strict mode of the users powershell session!
See #408
I want to improve that... we should spawn a real child shell, but I haven't gotten around doing that.
added scopewindows typeimprovement labels