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.
sourcekitd-reproducer
sourcekit-lsp-diagnose
1 parent 3fb3a99 commit 9dc166dCopy full SHA for 9dc166d
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