Add streaming API for zstd extraction
This commit is contained in:
parent
5b6984ee4d
commit
cd83b08c78
6 changed files with 80 additions and 47 deletions
|
|
@ -483,7 +483,7 @@ export class CommandInvocationError extends Error {
|
|||
constructor(
|
||||
public cmd: string,
|
||||
public args: string[],
|
||||
public exitCode: number,
|
||||
public exitCode: number | undefined,
|
||||
public stderr: string,
|
||||
public stdout: string,
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue