Skip to content

Commit

Permalink
fix: extra parens in debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Nov 6, 2023
1 parent b1e27f8 commit 81c9efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/ts-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export async function tsPath(root: string, orig: string | undefined, plugin?: Pl

if (cannotTranspileEsm(rootPlugin, plugin, isProduction)) {
debug(
`Skipping ts-node registration for ${root} because it's an ESM module (NODE_ENV: ${process.env.NODE_ENV}, root plugin module type: ${rootPlugin?.moduleType})))`,
`Skipping ts-node registration for ${root} because it's an ESM module (NODE_ENV: ${process.env.NODE_ENV}, root plugin module type: ${rootPlugin?.moduleType})`,
)
if (plugin?.type === 'link')
memoizedWarn(
Expand Down

0 comments on commit 81c9efc

Please sign in to comment.