Skip to content

Commit

Permalink
fix: log
Browse files Browse the repository at this point in the history
  • Loading branch information
luckasRanarison committed Nov 27, 2024
1 parent f536dd9 commit 1b06114
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/typegate/src/runtimes/deno/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1b06114

Please sign in to comment.