Skip to content

Commit

Permalink
fix: properly log rollup errors (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS authored and egoist committed Jul 30, 2022
1 parent 34df1da commit b595f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rollup.ts
Expand Up @@ -209,8 +209,8 @@ async function runRollup(options: RollupConfig) {
}, {})
)
} catch (error) {
logger.error('dts', 'Build error')
handleError(error)
logger.error('dts', 'Build error')
}
}

Expand Down

0 comments on commit b595f72

Please sign in to comment.