bclient.on("error", function (err) {
    console.error("bclient: " + err.stack);
    process.exit();
});