mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(pipe) add " "
This commit is contained in:
parent
9a6626aca6
commit
b4870295ab
1 changed files with 5 additions and 5 deletions
|
|
@ -43,17 +43,17 @@
|
|||
|
||||
if (options.range)
|
||||
Util.extend(optionsRead, {
|
||||
start : o.range.start,
|
||||
end : o.range.end,
|
||||
start : o.range.start,
|
||||
end : o.range.end,
|
||||
});
|
||||
|
||||
|
||||
if (isStrRead)
|
||||
read = fs.createReadStream(read, optionsRead);
|
||||
read = fs.createReadStream(read, optionsRead);
|
||||
|
||||
if (isStrWrite) {
|
||||
write = fs.createWriteStream(write);
|
||||
isFsWrite = true;
|
||||
write = fs.createWriteStream(write);
|
||||
isFsWrite = true;
|
||||
}
|
||||
|
||||
if (o.gzip || o.gunzip) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue