Add Single file archive method.
This commit is contained in:
@@ -38,6 +38,13 @@ async function processBatch() {
|
||||
{
|
||||
readable: "pending",
|
||||
},
|
||||
///////////////////////
|
||||
{
|
||||
singlefile: null,
|
||||
},
|
||||
{
|
||||
singlefile: "pending",
|
||||
},
|
||||
],
|
||||
},
|
||||
take: archiveTakeCount,
|
||||
@@ -75,6 +82,13 @@ async function processBatch() {
|
||||
{
|
||||
readable: "pending",
|
||||
},
|
||||
///////////////////////
|
||||
{
|
||||
singlefile: null,
|
||||
},
|
||||
{
|
||||
singlefile: "pending",
|
||||
},
|
||||
],
|
||||
},
|
||||
take: archiveTakeCount,
|
||||
|
||||
Reference in New Issue
Block a user