Skip to content

Commit

Permalink
pssh yeah whatever I guess compilation is nice
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Jul 7, 2021
1 parent 1c7fa0d commit 5459ecd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ExifTool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -542,12 +542,13 @@ export class ExifTool {
get busyProcs(): number {
return this.batchCluster.busyProcCount
}

/**
* @return report why child processes were recycled
*/
childEndCounts() {
return this.batchCluster.childEndCounts
}
}

/**
Expand Down

0 comments on commit 5459ecd

Please sign in to comment.