You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rewatch/src/build/compile.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -356,7 +356,7 @@ pub fn compile(
356
356
.collect::<Vec<(&String,&Module)>>(),
357
357
);
358
358
359
-
let guidance = "\nHow to fix:\n- Extract shared code into a new module both depend on.\n- If a namespace entry is part of the cycle, import submodules directly instead of the entry.\n";
359
+
let guidance = "Possible solutions:\n- Extract shared code into a new module both depend on.\n";
360
360
let message = format!(
361
361
"\n{}\n{}\n{}",
362
362
style("Can't continue... Found a circular dependency in your code:").red(),
0 commit comments