Skip to content

Commit 775718a

Browse files
authored
Merge pull request #7150 from NomicFoundation/fix-error-descriptor
Fix error descriptor
2 parents 1b3dcef + 75a24c3 commit 775718a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/forty-starfishes-shop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nomicfoundation/hardhat-errors": patch
3+
---
4+
5+
Fix an error descriptor

v-next/hardhat-errors/src/descriptors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2060,7 +2060,7 @@ Please check Hardhat's output for more details.`,
20602060
websiteTitle: "Key not found in the development keystore during tests",
20612061
websiteDescription: `Key not found in the development keystore. During tests, configuration variables can only be accessed through the development keystore.
20622062
2063-
Run "npx hardhat keystore set <KEY> --dev" to set it.`,
2063+
Run \`npx hardhat keystore set <KEY> --dev\` to set it.`,
20642064
},
20652065
},
20662066
},

0 commit comments

Comments
 (0)