Skip to content

Commit

Permalink
fix captured mutating self parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepistrol committed Sep 17, 2024
1 parent 30701fb commit ceb5da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TimeMachineStatus/TimeMachineStatusApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct TimeMachineStatusApp: App {
@NSApplicationDelegateAdaptor(AppDelegate.self) var appDelegate

init() {
LoggingSystem.bootstrap { id in
LoggingSystem.bootstrap { [logLevel] id in
var mpx = MultiplexLogHandler([
LoggingOSLog(label: id)
])
Expand Down

0 comments on commit ceb5da9

Please sign in to comment.