Skip to content

Commit 39a6e50

Browse files
authored
Document the timedOut error property
1 parent e96350d commit 39a6e50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ execa.shell('exit 3').catch(error => {
5050
signal: null,
5151
cmd: '/bin/sh -c exit 3',
5252
stdout: '',
53-
stderr: ''
53+
stderr: '',
54+
timedOut: false
5455
}
5556
*/
5657
});

0 commit comments

Comments
 (0)