You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: v-next/hardhat-errors/src/descriptors.ts
+2-2
Original file line number
Diff line number
Diff line change
@@ -247,10 +247,10 @@ Please ensure that an action is defined for each task.`,
247
247
TASK_PARAMETER_ALREADY_DEFINED: {
248
248
number: 209,
249
249
messageTemplate:
250
-
"{actorFragment} trying to define task {task} with the named parameter {namedParamName} but it is already defined as a global parameter by plugin {globalParamPluginId}",
250
+
"{actorFragment} trying to define task {task} with the parameter {parameter} but it is already defined as a global parameter by plugin {globalParamPluginId}",
251
251
websiteTitle: "Task parameter already defined",
252
252
websiteDescription:
253
-
"The task named parameter is already defined as a global parameter by another plugin. Please ensure that task parameters are uniquely named to avoid conflicts.",
253
+
"The task parameter is already defined as a global parameter by another plugin. Please ensure that task parameters are uniquely named to avoid conflicts.",
0 commit comments