Commit 1d7ca526 authored by Boris Kocherov's avatar Boris Kocherov

improve logging

parent 3d6f4835
......@@ -16,6 +16,9 @@
})
.push(function (connection_name) {
return connections[connection_name];
})
.push(undefined, function (err) {
console.error(err);
});
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment