Commit c24e19a1 authored by 邓晓峰's avatar 邓晓峰

fix: utils decodemessage

parent 130e1683
......@@ -209,4 +209,4 @@ WireMessage.prototype.encode = function () {
return buffer;
};
export default WritableStream;
\ No newline at end of file
export default WireMessage;
\ No newline at end of file
......@@ -217,5 +217,5 @@ WireMessage.prototype.encode = function () {
return buffer;
};
var _default = WritableStream;
var _default = WireMessage;
exports.default = _default;
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment