Skip to content

Commit

Permalink
Update libraries/rush-lib/src/logic/installManager/WorkspaceInstallMa…
Browse files Browse the repository at this point in the history
…nager.ts

Co-authored-by: Pete Gonzalez <[email protected]>
  • Loading branch information
william2958 and octogonz committed Dec 27, 2023
1 parent 487370d commit cb26659
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ export class WorkspaceInstallManager extends BaseInstallManager {
suppressOutput: false
});
} catch (err) {
throw new Error(`Encounter an error when running install lifecycle scripts. error: ${err.message}`);
throw new Error(`An error occurred while running install lifecycle scripts: ${err.message}`);
} finally {
// Always save after pnpm rebuild to update timestamp of last install flag file.
this.commonTempInstallFlag.create();
Expand Down

0 comments on commit cb26659

Please sign in to comment.