Skip to content

Commit

Permalink
Merge branch 'main' into issues-433-and-452
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavohenke committed Mar 24, 2024
2 parents 3552057 + bae6fe5 commit 6d757e4
Show file tree
Hide file tree
Showing 4 changed files with 221 additions and 142 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Expand Up @@ -7,7 +7,7 @@
- Description: Clear and concise description of what the bug is
- Expected Behavior: What you expected to happen
- Environment: At least the OS and version of "concurrently"
- Environment: At least the OS, Node.js, and concurrently's versions
- Reproduction: A way to reproduce the issue
For feature requests, please provide the following information:
Expand Down
1 change: 1 addition & 0 deletions src/command.ts
Expand Up @@ -56,6 +56,7 @@ export interface CloseEvent {
* The exit code or signal for the command.
*/
exitCode: string | number;

timings: {
startDate: Date;
endDate: Date;
Expand Down

0 comments on commit 6d757e4

Please sign in to comment.