Skip to content

Commit

Permalink
print compiler cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Krause Arnim authored and Francisco Krause Arnim committed Apr 15, 2024
1 parent 64e2cb8 commit 2435691
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ async function compilerLocation(): Promise<string> {
salt = saltFromUrl(url);
}

console.log("compilers cache", compilersCache);
return path.join(compilersCache, "zksolc", `zksolc-v${COMPILER_VERSION}${salt ? "-" : ""}${salt}`);
}

Expand Down

0 comments on commit 2435691

Please sign in to comment.