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
@@ -547,7 +556,7 @@ async function stackAnalysisBatch(workspaceRoot, html = false, opts = {}) {
547
556
}
548
557
549
558
if(manifestPaths.length===0){
550
-
thrownewError(`No workspace manifests found at ${root}. Ensure Cargo.toml+Cargo.lockor package.json+lock file exist.`)
559
+
thrownewError(`No workspace manifests found at ${root}. Ensure a supported workspace root exists (Cargo.toml+Cargo.lock, go.work, or package.json+lock file).`)
0 commit comments