Skip to content

Commit

Permalink
chore: minior improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
g-chao committed Apr 10, 2024
1 parent 9eefa58 commit 246378c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/rush-lib/src/utilities/PnpmSyncUtilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class PnpmSyncUtilities {
`excepted .pnpm-sync.json version: ${details.expectedVersion}; ` +
`actual .pnpm-sync.json version: ${details.actualVersion}; `;

terminal.writeDebugLine(PnpmSyncUtilities._addLinePrefix(message));
terminal.writeVerboseLine(PnpmSyncUtilities._addLinePrefix(message));
terminal.writeVerboseLine(PnpmSyncUtilities._addLinePrefix(customMessage));
}
return;
Expand Down

0 comments on commit 246378c

Please sign in to comment.