Skip to content

Commit eb1bcba

Browse files
committed
Update error code description with next step
1 parent 0e69357 commit eb1bcba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/performance/src/utils/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const ERROR_DESCRIPTION_MAP: { readonly [key in ErrorCode]: string } = {
5252
[ErrorCode.INVALID_CUSTOM_METRIC_NAME]:
5353
'Custom metric name {$customMetricName} is invalid',
5454
[ErrorCode.INVALID_STRING_MERGER_PARAMETER]:
55-
'Input for String merger is invalid'
55+
'Input for String merger is invalid, contact support team to resolve.'
5656
};
5757

5858
interface ErrorParams {

0 commit comments

Comments
 (0)