Refactor error handling for Windows provisioner
The error handling for waitForWindowsReadiness
does not follow the
usual Go idioms where checking the value of err
is the first thing.
The error handling for waitForWindowsReadiness
does not follow the
usual Go idioms where checking the value of err
is the first thing.