mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-30 23:45: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
|
data.remote
|
||||||
.on('disconnected', callback)
|
.on('disconnected', callback)
|
||||||
|
.on('error', function (m) {
|
||||||
|
console.log("server error: ", m);
|
||||||
|
})
|
||||||
.connect(false);
|
.connect(false);
|
||||||
},
|
},
|
||||||
function stopServerStep(callback) {
|
function stopServerStep(callback) {
|
||||||
|
|||||||
Reference in New Issue
Block a user