Skip to content

Commit

Permalink
docs: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Sep 19, 2024
1 parent d66bd9a commit 9d9b15a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ async def compile_project(project_root: Path, manifest: PackageManifest):
project = Project.from_manifest(manifest)

try:
# NOTE: Updates itself because manifest projects are their own cache.
project.load_contracts()
except CompilerError as e:
results[project_root.name] = [
Expand Down

0 comments on commit 9d9b15a

Please sign in to comment.