We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d6a08 commit 3d5769fCopy full SHA for 3d5769f
crates/turborepo-lib/src/engine/builder.rs
@@ -237,7 +237,7 @@ impl<'a> EngineBuilder<'a> {
237
{
238
// If we have a pkg it should be in PackageGraph.
239
// If we're hitting this error something has gone wrong earlier when building
240
- // PackageGraph or the workspace really doesn't exist and
+ // PackageGraph or the package really doesn't exist and
241
// turbo.json is misconfigured.
242
let (span, text) = task_id.span_and_text("turbo.json");
243
return Err(Error::MissingPackageFromTask {
0 commit comments