Commit 8fdcd1ac authored by 邓晓峰's avatar 邓晓峰

fix: ClientImplementation

parent b7fa87b9
......@@ -22,7 +22,7 @@ var Timeout = function Timeout(client, timeoutSeconds, action, args) {
/* eslint-disable */
var ClientImplementationementation = function ClientImplementationementation(uri, host, port, path, clientId) {
var ClientImplementation = function ClientImplementation(uri, host, port, path, clientId) {
// Check dependencies are satisfied in this browser.
if (!('WebSocket' in global && global.WebSocket !== null)) {
throw new Error(format(ERROR.UNSUPPORTED, ['WebSocket']));
......
......@@ -34,7 +34,7 @@ var Timeout = function Timeout(client, timeoutSeconds, action, args) {
/* eslint-disable */
var ClientImplementationementation = function ClientImplementationementation(uri, host, port, path, clientId) {
var ClientImplementation = function ClientImplementation(uri, host, port, path, clientId) {
// Check dependencies are satisfied in this browser.
if (!('WebSocket' in global && global.WebSocket !== null)) {
throw new Error((0, _utils.format)(_consts.ERROR.UNSUPPORTED, ['WebSocket']));
......
......@@ -1066,4 +1066,4 @@ ClientImplementation.prototype._traceMask = function (traceObject, masked) {
return traceObjectMasked;
};
export default ClientImplementationementation;
export default ClientImplementation;
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