Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 7537a8d

Browse files
committed
Merge pull request #129 from darenju/url_undefined
Fixed undefined when printing bug report URL.
2 parents 2db542b + 7eb91d5 commit 7537a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cssnext.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function transform() {
177177
console.error()
178178
}
179179
console.error("If this error looks like a bug, please report it here:")
180-
console.error(color.grey("❯ ") + pkg.bugs.url.cyan)
180+
console.error(color.grey("❯ ") + color.cyan(pkg.bugs.url))
181181
console.error()
182182
if (!config.watch) {
183183
exit(2)

0 commit comments

Comments
 (0)