Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pulumi): fix process dependency resolution in plugin command (#5325)
Method `resolveDependencies` was unused before this fix. But, it was implemented to handle the process dependencies. This commit renames it to override the corresponding method of the parent class, as it was initially intended.
- Loading branch information