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
@@ -489,7 +498,7 @@ async function stackAnalysisBatch(workspaceRoot, html = false, opts = {}) {
489
498
}
490
499
491
500
if(manifestPaths.length===0){
492
-
thrownewError(`No workspace manifests found at ${root}. Ensure Cargo.toml+Cargo.lockor package.json+lock file exist.`)
501
+
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