diff --git a/src/typegate/src/runtimes/deno/hooks.ts b/src/typegate/src/runtimes/deno/hooks.ts index c03f00601..5af564f54 100644 --- a/src/typegate/src/runtimes/deno/hooks.ts +++ b/src/typegate/src/runtimes/deno/hooks.ts @@ -35,9 +35,8 @@ export const cacheModules: PushHandler = async ( depMetas, ); - logger.info("Caching deno imports"); - try { + logger.info(`Caching deno imports for ${title} (${entryPoint.path})`); await import(entryModulePath); } catch (error) { console.error(error.stack);