We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71747c3 commit fb6c9abCopy full SHA for fb6c9ab
Sources/Frontend/Commands/ScanCommand.swift
@@ -255,7 +255,7 @@ struct ScanCommand: FrontendCommand {
255
256
logger.info(output, canQuiet: false)
257
258
- if let resultsPath = configuration.writeResults {
+ if !filteredResults.isEmpty, let resultsPath = configuration.writeResults {
259
var output = output
260
261
if outputFormat.supportsColoredOutput {
0 commit comments