Skip to content

Commit

Permalink
Merge 85d1596 into a7b57d9
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jun 10, 2019
2 parents a7b57d9 + 85d1596 commit 306b3fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -195,7 +195,7 @@ declare namespace execa {

interface ExecaReturnBase<StdoutStderrType> {
/**
The command that was run.
The file and arguments that were run.
*/
command: string;

Expand Down
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -16,7 +16,7 @@
- [Executes locally installed binaries by name.](#preferlocal)
- [Cleans up spawned processes when the parent process dies.](#cleanup)
- [Get interleaved output](#all) from `stdout` and `stderr` similar to what is printed on the terminal. [*(Async only)*](#execasyncfile-arguments-options)
- [Can specify command and arguments as a single string without a shell](#execacommandcommand-options)
- [Can specify file and arguments as a single string without a shell](#execacommandcommand-options)
- More descriptive errors.


Expand Down Expand Up @@ -190,7 +190,7 @@ Result of a child process execution. On success this is a plain object. On failu

Type: `string`

The command that was run.
The file and arguments that were run.

#### exitCode

Expand Down

0 comments on commit 306b3fe

Please sign in to comment.