Skip to content

Commit 66863cf

Browse files
PackageToJS: Highlight hint messages in bold
1 parent e907e5c commit 66863cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Plugins/PackageToJS/Sources/PackageToJSPlugin.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ struct PackageToJSPlugin: CommandPlugin {
7272
) {
7373
for diagnostic in Self.friendlyBuildDiagnostics {
7474
if let message = diagnostic(build, arguments) {
75-
printStderr("\n" + "Hint: " + message)
75+
printStderr("\n" + "\u{001B}[1m\u{001B}[97mHint:\u{001B}[0m " + message)
7676
}
7777
}
7878
}

0 commit comments

Comments
 (0)