PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@expo/cli/build/src/run/ios/appleDevice/client
Просмотр файла: ServiceClient.js
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
var _errors = require("../../../../utils/errors");
class ServiceClient {
constructor(socket, protocolClient){
this.socket = socket;
this.protocolClient = protocolClient;
}
}
exports.ServiceClient = ServiceClient;
class ResponseError extends _errors.CommandError {
constructor(msg, response){
super(msg);
this.response = response;
}
}
exports.ResponseError = ResponseError;
//# sourceMappingURL=ServiceClient.js.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!