feature(package) console-io v2.6.0

This commit is contained in:
coderaiser 2016-01-31 13:04:48 -05:00
parent b3b06f9d6f
commit 97ada5a4e0
3 changed files with 12 additions and 9 deletions

View file

@ -49,9 +49,10 @@
}
function create(callback) {
var prefix = getPrefix();
var prefix = getPrefix(),
socketPath = CloudCmd.PREFIX;
Console(Element, prefix, function(spawn) {
Console(Element, prefix, socketPath, function(spawn) {
spawn.on('connect', exec.with(authCheck, spawn));
Util.exec(callback);
});