mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-28 14:35:48 +00:00
UT: Log error messages from server.
This commit is contained in:
@@ -126,6 +126,9 @@ var build_teardown = function (host) {
|
||||
|
||||
data.remote
|
||||
.on('disconnected', callback)
|
||||
.on('error', function (m) {
|
||||
console.log("server error: ", m);
|
||||
})
|
||||
.connect(false);
|
||||
},
|
||||
function stopServerStep(callback) {
|
||||
|
||||
Reference in New Issue
Block a user