We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a885fa commit 5de41a3Copy full SHA for 5de41a3
BuildTimeAnalyzer/ViewController.swift
@@ -146,11 +146,7 @@ class ViewController: NSViewController {
146
}
147
148
@IBAction func visitDerivedData(_ sender: AnyObject) {
149
-
150
- let path = self.derivedDataTextField.stringValue
151
152
- NSWorkspace.shared().openFile(path)
153
+ NSWorkspace.shared().openFile(derivedDataTextField.stringValue)
154
155
156
0 commit comments