Skip to content

bug: wkg fetch will attempt workspace fetching even if a member manifest is present #243

Description

@mkatychev

match root {
Some(root) => {
self.run_workspace_fetch(&dirs, output, &manifest, root)
.await
}
None => self.fetch_into_lock(&dirs, &manifest, output).await,
}

This will always call run_workspace_fetch if one can path to an ancestor manifest that is a workspace.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions