Mark job as failed on error (#14)

* fix: set failed on subprocess error

* chore: update dependencies
This commit is contained in:
Andrei Ioniță 2021-06-20 08:35:43 +01:00 committed by GitHub
commit 9eab20634f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 281 additions and 1118 deletions

5
node_modules/get-stream/index.d.ts generated vendored
View file

@ -74,7 +74,7 @@ declare const getStream: {
*/
buffer(
stream: Stream,
options?: getStream.OptionsWithEncoding
options?: getStream.Options
): Promise<Buffer>;
/**
@ -100,9 +100,6 @@ declare const getStream: {
): Promise<string[]>;
MaxBufferError: typeof MaxBufferErrorClass;
// TODO: Remove this for the next major release
default: typeof getStream;
};
export = getStream;