Skip to content

Commit 4f0b6e4

Browse files
committed
small fix worker
1 parent 03c26ed commit 4f0b6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/replay-worker/src/handleMessage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const handlers: Handlers = {
1616
},
1717

1818
addEvent: (data: string) => {
19-
compressor.addEvent(data);
19+
return compressor.addEvent(data);
2020
},
2121

2222
finish: () => {

0 commit comments

Comments
 (0)