You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logOrPrint("Legacy Nudge LaunchAgent currently loaded. Please disable this agent before attempting to \(action) modern agent.", passedThroughCLI: passedThroughCLI, exitCode:1)
1286
+
logOrPrint("Legacy Nudge LaunchAgent currently loaded. Please disable this agent before attempting to \(action) modern agent.",error:false,passedThroughCLI: passedThroughCLI, exitCode:1)
1287
1287
}
1288
1288
1289
1289
@available(macOS 13.0,*)
@@ -1299,29 +1299,34 @@ struct SMAppManager {
1299
1299
1300
1300
switch appServiceStatus {
1301
1301
case.enabled:
1302
-
logOrPrint("Nudge LaunchAgent is currently registered and enabled", passedThroughCLI: passedThroughCLI, exitCode:0)
1302
+
logOrPrint("Nudge LaunchAgent is currently registered and enabled", error:false, passedThroughCLI: passedThroughCLI, exitCode:0)
0 commit comments