Skip to content

Commit

Permalink
CR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 committed Jun 4, 2023
1 parent 18871ed commit 8b42076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xray/utils/resultwriter.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 8b42076

Please sign in to comment.