Skip to content

Commit

Permalink
fix: change data showing due to unknown issue a failed load of compre…
Browse files Browse the repository at this point in the history
…ssionResolver
  • Loading branch information
yeskiy committed Sep 12, 2023
1 parent 732c81d commit 6be7870
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/universalRPC/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ export default class UniversalRPC extends EventEmitter {
${error.stack}
---------------------
Message:
${await this.compressResolver.compress.bind(
this.compressResolver
)(data)}
`,
data,
`
---------------------
this variable:
`,
Expand Down

0 comments on commit 6be7870

Please sign in to comment.