We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a4811 commit eccb397Copy full SHA for eccb397
v-next/hardhat/src/internal/builtin-plugins/console/task-action.ts
@@ -33,7 +33,7 @@ const consoleAction: NewTaskActionFunction<ConsoleActionArguments> = async (
33
34
// If noCompile is false, run the compile task first
35
if (!noCompile) {
36
- // todo: run compile task
+ // TODO(#5600): run compile task
37
}
38
39
return new Promise<REPLServer>(async (resolve) => {
v-next/hardhat/src/internal/builtin-plugins/run/task-action.ts
@@ -27,7 +27,7 @@ const runScriptWithHardhat: NewTaskActionFunction<RunActionArguments> = async (
27
28
29
30
31
32
try {
0 commit comments