MCPcopy Create free account
hub / github.com/NomicFoundation/hardhat / logStep

Function logStep

scripts/bump-peers.ts:844–846  ·  view source on GitHub ↗
(step: string)

Source from the content-addressed store, hash-verified

842}
843
844function logStep(step: string): void {
845 console.log(styleText(["bold", "yellow"], `${PREFIX} === ${step} ===`));
846}
847
848function logError(msg: string): void {
849 console.error(styleText("red", `${PREFIX} Error: ${msg}`));

Callers 7

applyFunction · 0.70
revertPeerDependenciesFunction · 0.70
applyIntentionalBumpsFunction · 0.70
writeModificationsFunction · 0.70
clearBumpsInConfigFunction · 0.70
cleanChangelogsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected