File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ export type CommonOptions<EncodingType> = {
206
206
/**
207
207
You can abort the spawned process using [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
208
208
209
- When `AbortController.abort()` is called, [`.isCanceled`](https://github.com/sindresorhus/execa#iscanceled) becomes `false `.
209
+ When `AbortController.abort()` is called, [`.isCanceled`](https://github.com/sindresorhus/execa#iscanceled) becomes `true `.
210
210
211
211
@example
212
212
```
Original file line number Diff line number Diff line change @@ -711,7 +711,7 @@ Type: [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSign
711
711
712
712
You can abort the spawned process using [ ` AbortController ` ] ( https://developer.mozilla.org/en-US/docs/Web/API/AbortController ) .
713
713
714
- When ` AbortController.abort() ` is called, [ ` .isCanceled ` ] ( #iscanceled ) becomes ` false ` .
714
+ When ` AbortController.abort() ` is called, [ ` .isCanceled ` ] ( #iscanceled ) becomes ` true ` .
715
715
716
716
#### windowsVerbatimArguments
717
717
You can’t perform that action at this time.
0 commit comments