Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5fe3ab8

Browse files
committedJul 22, 2024·
fix message for HH206
1 parent de63f1d commit 5fe3ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/hardhat-core/src/internal/core/errors-list.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ Please use \`runSuper.isDefined\` to make sure that you can call it.`,
552552
DEFAULT_VALUE_WRONG_TYPE: {
553553
number: 206,
554554
message:
555-
"Default value for param %paramName% of task %taskName% doesn't match the default one, try specifying it.",
555+
"Default value for param %paramName% of task %taskName% doesn't match its expected type.",
556556
title: "Default value has incorrect type",
557557
description: `One of your tasks has a parameter whose default value doesn't match the expected type.
558558

0 commit comments

Comments
 (0)
Please sign in to comment.