1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2026-03-27 22:40:08 +01:00

🐛 Remove fake delay for debugging

This commit is contained in:
2025-08-18 12:52:10 +02:00
parent e8e0342f58
commit 479ca6124f

View File

@@ -100,7 +100,6 @@ class WarningManager: ObservableObject {
] }, ] },
url: "https://github.com/shivammathur/homebrew-php", url: "https://github.com/shivammathur/homebrew-php",
fix: { fix: {
await delay(seconds: 10)
await Shell.quiet("brew tap shivammathur/php") await Shell.quiet("brew tap shivammathur/php")
await BrewDiagnostics.loadInstalledTaps() await BrewDiagnostics.loadInstalledTaps()
await WarningManager.shared.checkEnvironment() await WarningManager.shared.checkEnvironment()