Skip to content

Commit 3b80993

Browse files
committed
🐛 Fix wake compile --import-json
1 parent 6967d46 commit 3b80993

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

wake/cli/compile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ async def compile(
130130
)
131131
}
132132
else:
133+
modified_files = {}
133134
sol_files: Set[Path] = set()
134135
start = time.perf_counter()
135136
with console.status("[bold green]Searching for *.sol files...[/]"):
@@ -212,6 +213,7 @@ async def compile(
212213
[SolcOutputSelectionEnum.ALL],
213214
write_artifacts=not no_artifacts,
214215
force_recompile=force,
216+
modified_files=modified_files,
215217
console=console,
216218
no_warnings=no_warnings,
217219
incremental=incremental,

0 commit comments

Comments
 (0)