Skip to content

Commit d49f027

Browse files
committed
fix changelog
1 parent e3d4bc1 commit d49f027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/changes/@microsoft/rush/cpu-profiler-plugin_2025-02-07-01-10.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"changes": [
33
{
44
"packageName": "@microsoft/rush",
5-
"comment": "Add a new command line parameter `--node-diagnostic-dir=DIR` to phased commands that, when specified, tells all child build processes to write NodeJS diagnostics into `DIR/${packageName}/${phaseIdentifier}`. This is useful if `--cpu-prof` or `--heap-prof` are enabled, to avoid polluting workspace folders.",
5+
"comment": "Add a new command line parameter `--node-diagnostic-dir=DIR` to phased commands that, when specified, tells all child build processes to write NodeJS diagnostics into `${DIR}/${packageName}/${phaseIdentifier}`. This is useful if `--cpu-prof` or `--heap-prof` are enabled, to avoid polluting workspace folders.",
66
"type": "none"
77
}
88
],

0 commit comments

Comments
 (0)