mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
fix(rest) streamPack: root
This commit is contained in:
parent
da80935798
commit
7c4d5da9d2
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@
|
|||
|
||||
if (/^pack/.test(cmd)) {
|
||||
cmd = cmd.replace(/^pack/, '');
|
||||
streamPack(cmd, p.response, callback);
|
||||
streamPack(root(cmd), p.response, callback);
|
||||
} else {
|
||||
switch(cmd) {
|
||||
case '':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue