From 1b36fbff8086ec1b6673104e2edf29496befb57a Mon Sep 17 00:00:00 2001 From: Zentex Date: Tue, 3 Feb 2026 22:28:33 +0530 Subject: [PATCH] Fix duplicate debug message in runTypeChain --- packages/typechain/src/typechain/runTypeChain.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}`)