Skip to content

Commit

Permalink
Update crates/turborepo-lib/src/engine/builder.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Mehul Kar <mehul.kar@vercel.com>
  • Loading branch information
NicholasLYang and mehulkar committed Feb 27, 2024
1 parent 31d6a08 commit 3d5769f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turborepo-lib/src/engine/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ impl<'a> EngineBuilder<'a> {
{
// If we have a pkg it should be in PackageGraph.
// If we're hitting this error something has gone wrong earlier when building
// PackageGraph or the workspace really doesn't exist and
// PackageGraph or the package really doesn't exist and
// turbo.json is misconfigured.
let (span, text) = task_id.span_and_text("turbo.json");
return Err(Error::MissingPackageFromTask {
Expand Down

0 comments on commit 3d5769f

Please sign in to comment.