Skip to content

Commit

Permalink
revert yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc committed Jan 29, 2024
1 parent 200fc72 commit 4cb845f
Show file tree
Hide file tree
Showing 2 changed files with 1,642 additions and 1,782 deletions.
1 change: 1 addition & 0 deletions packages/node/src/remote/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export class RemoteEvaluationClient {
try {
return await this.doFetch(user, this.config.fetchTimeoutMillis, options);
} catch (e) {
console.error('[Experiment] Fetch failed: ', e);
if (!this.shouldRetryFetch(e)) {
throw e;
}
Expand Down
Loading

0 comments on commit 4cb845f

Please sign in to comment.