Skip to content

Commit 403ca19

Browse files
committed
fix: comment
1 parent b8bdcef commit 403ca19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v-next/hardhat/src/internal/builtin-plugins/network-manager/edr/stack-traces/stack-trace-solidity-errors.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function createSolidityErrorWithStackTrace(
5858
);
5959

6060
/* eslint-disable-next-line @typescript-eslint/no-unused-expressions
61-
-- As the stack property is lazy-loaded in JavaScript, we need to access it
61+
-- As the stack property is lazy-loaded in v8, we need to access it
6262
to trigger the custom prepareStackTrace logic */
6363
solidityError.stack;
6464

0 commit comments

Comments
 (0)