We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e907e5c commit 66863cfCopy full SHA for 66863cf
Plugins/PackageToJS/Sources/PackageToJSPlugin.swift
@@ -72,7 +72,7 @@ struct PackageToJSPlugin: CommandPlugin {
72
) {
73
for diagnostic in Self.friendlyBuildDiagnostics {
74
if let message = diagnostic(build, arguments) {
75
- printStderr("\n" + "Hint: " + message)
+ printStderr("\n" + "\u{001B}[1m\u{001B}[97mHint:\u{001B}[0m " + message)
76
}
77
78
0 commit comments