Exit process after running, workaround for #236 #473
Annotations
10 errors
Run cd action:
action/src/main.ts#L284
Expected a function expression
|
Run cd action:
action/src/main.ts#L459
Delete `;`
|
Run cd action:
action/src/main.ts#L461
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Run cd action:
action/src/main.ts#L462
Replace `err` with `(err)`
|
Run cd action:
action/src/main.ts#L463
Unsafe argument of type `any` assigned to a parameter of type `string | Error`
|
Run cd action:
action/src/main.ts#L463
Unsafe member access .message on an `any` value
|
Run cd action:
action/src/main.ts#L463
Insert `;`
|
Run cd action:
action/src/main.ts#L464
Insert `;`
|
Run cd action:
action/src/main.ts#L467
Insert `;`
|
Run cd action
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading