Apparently, editing a Linux shell script while it is being executed results in an undefined behavior.
What happens when you edit a PowerShell script while it is being executed?
PowerShell parses everything from top to bottom once and never goes back again.
Once it's in, it's in :)
If you need to reload as example, a PowerShell module into a current session you have to use the -Force flag.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With