mirror of
https://github.com/appium/appium.git
synced 2026-04-29 23:09:31 -05:00
Fix typo
This commit is contained in:
@@ -110,7 +110,7 @@ Instruments.prototype.startSocketServer = function(sock) {
|
||||
};
|
||||
}
|
||||
if (!_.has(data, 'event')) {
|
||||
logger.error("Socket data came in witout event, it was:");
|
||||
logger.error("Socket data came in without event, it was:");
|
||||
logger.error(JSON.stringify(data));
|
||||
} else if (!_.has(this.eventRouter, data.event)) {
|
||||
logger.error("Socket is asking for event '" + data.event +
|
||||
|
||||
Reference in New Issue
Block a user