mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 04:05:52 +00:00
add SauceLabs testing
This commit is contained in:
@@ -111,7 +111,7 @@ module.exports = function(port) {
|
||||
if (conn.config.returnErrorOnServerInfo) {
|
||||
conn.send(createResponse(request, fixtures.server_info.error));
|
||||
} else if (conn.config.disconnectOnServerInfo) {
|
||||
conn.terminate();
|
||||
conn.close();
|
||||
} else {
|
||||
conn.send(createResponse(request, fixtures.server_info.normal));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user