Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix return Promises so each step runs in sequence
Return the Promise of each executeCommand() call to PromiseSeries, so that commands are executed in sequence, not in parallel.
- Loading branch information