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
log(`all ${MAX_RETRIES} retries exhausted — giving up (exitCode=${lastExitCode})`);
214
244
}else{
215
-
log(`attempt ${attempt+1}: no output produced — not retrying (process may have failed to start)`);
245
+
log(`attempt ${attempt+1}: no output produced — not retrying`+` (possible causes: binary not found, permission denied, auth failure, or silent startup crash)`);
216
246
}
217
247
218
248
// Non-retryable error or retries exhausted — propagate exit code
constmsg=`attempt 1: no output produced — not retrying`+` (possible causes: binary not found, permission denied, auth failure, or silent startup crash)`;
0 commit comments