Skip to content

Commit ccf32db

Browse files
committed
WIP
1 parent a1752be commit ccf32db

File tree

1 file changed

+2
-2
lines changed
  • crates/turborepo-lib/src/task_graph/visitor

1 file changed

+2
-2
lines changed

crates/turborepo-lib/src/task_graph/visitor/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ pub enum Error {
7979
},
8080
#[error(
8181
"Your `package.json` script looks like it invokes a Root Task ({task_name}), creating a \
82-
loop of `turbo` invocations. You likely have misconfigured your scripts \
83-
and tasks or your package manager's Workspace structure."
82+
loop of `turbo` invocations. You likely have misconfigured your scripts and tasks or \
83+
your package manager's Workspace structure."
8484
)]
8585
#[diagnostic(
8686
code(recursive_turbo_invocations),

0 commit comments

Comments
 (0)