Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Aug 28, 2024
1 parent cf9a808 commit 39c79a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/world/ts/node/findContractArtifacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export async function findContractArtifacts({ forgeOutDir }: Input): Promise<Out
windowsPathsNoEscape: true,
})
).sort();
console.log("found", files.length, "in", forgeOutDir);
const artifactsJson = await Promise.all(
files.map(async (filename) => ({
filename,
Expand Down

0 comments on commit 39c79a7

Please sign in to comment.