diff --git a/packages/typechain/src/typechain/runTypeChain.ts b/packages/typechain/src/typechain/runTypeChain.ts index 3eb36ad2a..777e87b1f 100644 --- a/packages/typechain/src/typechain/runTypeChain.ts +++ b/packages/typechain/src/typechain/runTypeChain.ts @@ -50,7 +50,7 @@ export async function runTypeChain(publicConfig: PublicConfig): Promise debug('Executing beforeRun()') filesGenerated += processOutput(services, config, await target.beforeRun()) - debug('Executing beforeRun()') + debug('Processing files') for (const fd of fileDescriptions) { debug(`Processing ${relative(config.cwd, fd.path)}`)