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.
2 parents 3fb3a99 + 9dc166d commit d4b1586Copy full SHA for d4b1586
Sources/Diagnose/DiagnoseCommand.swift
@@ -309,7 +309,7 @@ public struct DiagnoseCommand: AsyncParsableCommand {
309
dateFormatter.timeZone = NSTimeZone.local
310
let date = dateFormatter.string(from: Date()).replacingOccurrences(of: ":", with: "-")
311
let bundlePath = FileManager.default.temporaryDirectory
312
- .appendingPathComponent("sourcekitd-reproducer-\(date)")
+ .appendingPathComponent("sourcekit-lsp-diagnose-\(date)")
313
try FileManager.default.createDirectory(at: bundlePath, withIntermediateDirectories: true)
314
315
if components.isEmpty || components.contains(.crashReports) {
0 commit comments