Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: wait for output reading to complete before parsing version (#19921)
NodeInstall.getVersion currently does not block waiting for STDOUT and STDERR to be read completely. This causes random failure during node installation because of forcing an empty version. This change waits for future to complete before parsing the version value.
- Loading branch information