Skip to content

Commit

Permalink
improve logging to make it easier to debug and identify
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeal-eth committed Sep 24, 2024
1 parent ae4f263 commit 9e8c86a
Show file tree
Hide file tree
Showing 2 changed files with 4,854 additions and 14,384 deletions.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export async function publish({
log(blueBright(`\nThis will publish ${bold(packageName)} to the registry:`));
for (const fullPackageRef of publishCall.packagesNames) {
const { version, preset } = new PackageReference(fullPackageRef);
log(` - ${version} (preset: ${preset})`);
log(` - ${version} (chain id: ${publishCall.chainId}, preset: ${preset})`);
}
}

Expand Down
Loading

0 comments on commit 9e8c86a

Please sign in to comment.