Skip to content

Commit eccb397

Browse files
committed
chore: add an issue number to the compile related todos
1 parent 57a4811 commit eccb397

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: v-next/hardhat/src/internal/builtin-plugins/console/task-action.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const consoleAction: NewTaskActionFunction<ConsoleActionArguments> = async (
3333

3434
// If noCompile is false, run the compile task first
3535
if (!noCompile) {
36-
// todo: run compile task
36+
// TODO(#5600): run compile task
3737
}
3838

3939
return new Promise<REPLServer>(async (resolve) => {

Diff for: v-next/hardhat/src/internal/builtin-plugins/run/task-action.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const runScriptWithHardhat: NewTaskActionFunction<RunActionArguments> = async (
2727
}
2828

2929
if (!noCompile) {
30-
// todo: run compile task
30+
// TODO(#5600): run compile task
3131
}
3232

3333
try {

0 commit comments

Comments
 (0)