Skip to content

fix: catch guesser errors#211

Merged
meorphis merged 1 commit into
mainfrom
meorphis/catch-guesser-errors
Mar 16, 2026
Merged

fix: catch guesser errors#211
meorphis merged 1 commit into
mainfrom
meorphis/catch-guesser-errors

Conversation

@meorphis
Copy link
Copy Markdown
Member

making a change on our server side to be more aggressive about throwing rather than failing silently - but we can still fail silently on the client, since guesser errors shouldn't block the user

@meorphis meorphis requested a review from cjquines March 16, 2026 19:38
Comment thread src/runBuilds.ts
)[0]?.content;
}
} catch (e) {
logger.warn("Error guessing config, continuing anyways", e);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: { error: e } or { err: e }, because pino has special handling for errors in that case i thiiiiiink

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah wait wrong repo. nvm then

@meorphis meorphis merged commit 85f07c6 into main Mar 16, 2026
2 checks passed
@meorphis meorphis deleted the meorphis/catch-guesser-errors branch March 16, 2026 19:40
bzwheeler pushed a commit to closeio/stainless-upload-openapi-spec-action that referenced this pull request Apr 2, 2026
Co-authored-by: meorphis <eric@stainless.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants