Skip to content

Commit

Permalink
[INTERNAL] JSDoc: Log resource name instead of full file path
Browse files Browse the repository at this point in the history
Follow-up of bcb5110

Change-Id: I3c0793f837aa0ae12d388469f681943fc26c131f
  • Loading branch information
matz3 committed Jun 16, 2021
1 parent c04b815 commit f79290b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jsdoc/ui5/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -2671,7 +2671,7 @@ exports.astNodeVisitor = {
);
});
if ( !hasCopyrightComment ) {
error(`document doesn't contain a copyright notice: ${currentSourceName}`);
error(`document doesn't contain a copyright notice: ${getResourceName(currentSourceName)}`);
}
}
}
Expand Down

0 comments on commit f79290b

Please sign in to comment.