You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running PowerShell and certain things are found, exit
appropriately.
- When a file is not found, exit 2.
- When a file found is not right, exit 4.
- When a file can not be downloaded, exit 404.
- When unzipping has issues, exit with its result exit code
* stable:
(maint) rename Get-FileName to Get-WebFileName
(maint) Log host version as well.
(GH-512) Exit with same code as installer
(GH-707) Exit with specific exit codes
(GH-649) Error if executable is text file
(GH-709) Get Exit code from PowerShell Host
(GH-512) Display exit code for packages
(GH-710) prompt with timeout on some commands
(maint) better error handling
ferventcoder
changed the title
Exit codes specific
Exit with specific codes on certain actions
May 3, 2016
Pass process exit code back through PowerShell.
Related to #512.
The text was updated successfully, but these errors were encountered: