Skip to content

Commit

Permalink
Fixed example project regression (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Feb 3, 2025
1 parent ef5e786 commit d173414
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
print("Starting MIDI services.")
try midiManager.start()
} catch {
"Error starting MIDI services: \(error.localizedDescription)"
print("Error starting MIDI services: \(error.localizedDescription)")
}

// Create the window and set the content view.
Expand Down

0 comments on commit d173414

Please sign in to comment.