diff --git a/xray/utils/resultwriter.go b/xray/utils/resultwriter.go index 2027aec0c..dfb14309b 100644 --- a/xray/utils/resultwriter.go +++ b/xray/utils/resultwriter.go @@ -109,7 +109,7 @@ func printMessages(messages []string) { } func printMessage(message string) { - log.Output(coreutils.RemoveEmojisIfNonSupportedTerminal("💬"), message) + log.Output("💬", message) } func GenerateSarifFileFromScan(currentScan []services.ScanResponse, extendedResults *ExtendedScanResults, isMultipleRoots, simplifiedOutput bool) (string, error) {