mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-04 13:43:23 +00:00
feature(package) console-io v2.6.0
This commit is contained in:
parent
b3b06f9d6f
commit
97ada5a4e0
3 changed files with 12 additions and 9 deletions
|
|
@ -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);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue