Skip to content

Commit

Permalink
Log ping sync errors as errors (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
texuf authored Aug 14, 2024
1 parent a6afc5f commit 83503fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/syncedStreams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ export class SyncedStreams {
resolve()
}
this.interruptSync = (e: unknown) => {
this.log('sync interrupted', e)
this.logError('sync interrupted', e)
reject(e)
}
},
Expand Down

0 comments on commit 83503fa

Please sign in to comment.