Skip to content

Commit

Permalink
Update libraries/rush-lib/src/logic/operations/OperationExecutionMana…
Browse files Browse the repository at this point in the history
…ger.ts

Co-authored-by: David Michon <[email protected]>
  • Loading branch information
sherlockfeng and dmichon-msft authored Mar 18, 2023
1 parent 8d0192c commit 6550166
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export class OperationExecutionManager {
prioritySort
);

this._beforeExecuteOperations?.(this._executionRecords);
await this._beforeExecuteOperations?.(this._executionRecords);

// This function is a callback because it may write to the collatedWriter before
// operation.executeAsync returns (and cleans up the writer)
Expand Down

0 comments on commit 6550166

Please sign in to comment.