Skip to content

Commit

Permalink
Fix typo in source
Browse files Browse the repository at this point in the history
An unknown attribute should be still given a correct soruce when using
the artibrary attributes flag
  • Loading branch information
rymurr committed Jul 30, 2024
1 parent fbfc5b3 commit be51407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/qtag/extract.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function extractInner(d, comment, includeUnknownAttributes) {
});
} else if (includeUnknownAttributes) {
tags.push({
"SOURCE": d.Name,
"SOURCE": d.name,
"TYPE": "UNDECLARED",
"KEY": key,
"VALUE": comment.metadata[key]
Expand Down

0 comments on commit be51407

Please sign in to comment.