Skip to content

Commit

Permalink
Include lib name in def resolution error. (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteScientist committed Oct 13, 2023
1 parent 88b9861 commit 34cfeda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/HNormalizer.ts
Expand Up @@ -522,6 +522,7 @@ export class HNormalizer {

if (!tagLib) {
throw this.fatal('couldNotFindLibForDef', {
libName: defLib.name,
defName: tag,
})
}
Expand Down

0 comments on commit 34cfeda

Please sign in to comment.