Skip to content

Commit

Permalink
suggestion to add a tracking bug
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz committed Oct 28, 2020
1 parent 61c8eeb commit 101bebc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/linter/test-support-history.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ function hasSupportHistory(data) {
*/
function checkSupport(data, logger, path = []) {
if (data.__compat && !hasSupportHistory(data)) {
logger.error(chalk`{red → No support history in ${path.join('.')}}`);
logger.error(
chalk`{red → No support without a tracking bug in ${path.join('.')}}`,
);
}
for (const member in data) {
if (member === '__compat') {
Expand Down

0 comments on commit 101bebc

Please sign in to comment.