Skip to content

Commit 437e116

Browse files
committed
v2.4.30 - Send recorded stream to server.
1 parent a0ef174 commit 437e116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/utils.streamsaver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
_writer.closed.then(function () {
3131
_logger.log('StreamWriter.closed: ' + _this.filename);
3232
_this.close();
33-
});
33+
}).catch(function (err) { });
3434
}
3535

3636
// Should be called once the first keyframe is detected.

0 commit comments

Comments
 (0)