Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Start Service does not seem to raise error in Try/Catch Block
-
I'm attempting to resolve services not being present by running installers so I put "Start-Service" in Try/Catch block but Otter seems to treat Service not existing as Info warning and doesn't execute the catch block. How can I force Otter that Service not existing is error that needs to be resolved by running catch block?
Product: Otter
Version: 2.0.13
-
This was added to the Stop-Service operation back in April. It's simple enough to add it to the Start-Service operation. I've opened a pull request here.
-
Thanks, I've accepted and released this change in the Windows extension v1.0.10