Skip to content

Commit

Permalink
test(real‑values): Fix broken chalk tagged template literal call (#4480)
Browse files Browse the repository at this point in the history
  • Loading branch information
ExE-Boss authored and Elchi3 committed Jul 11, 2019
1 parent a07b2b4 commit d0f6ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-real-values.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function checkRealValues(supportData, blockList, relPath, logger) {

for (const statement of supportStatements) {
if (statement === undefined) {
logger.error(chalk`{red {bold ${browser}} must be defined for {bold ${relPath}}`);
logger.error(chalk`{red {bold ${browser}} must be defined for {bold ${relPath}}}`);
hasErrors = true;
} else {
if ([true, null].includes(statement.version_added)) {
Expand Down

0 comments on commit d0f6ffd

Please sign in to comment.