mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-11-05 12:30:07 +01:00
✨ Add logging
This commit is contained in:
@@ -21,6 +21,11 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||||||
)
|
)
|
||||||
|
|
||||||
func applicationDidFinishLaunching(_ aNotification: Notification) {
|
func applicationDidFinishLaunching(_ aNotification: Notification) {
|
||||||
|
|
||||||
|
print(Shell.execute(command: "which php"))
|
||||||
|
print(Shell.execute(command: "echo $HOME"))
|
||||||
|
print(Shell.execute(command: "which valet"))
|
||||||
|
|
||||||
self.availablePhpVersions = Services.detectPhpVersions()
|
self.availablePhpVersions = Services.detectPhpVersions()
|
||||||
self.setStatusBarImage(version: "???")
|
self.setStatusBarImage(version: "???")
|
||||||
self.updatePhpVersionInStatusBar()
|
self.updatePhpVersionInStatusBar()
|
||||||
|
|||||||
Reference in New Issue
Block a user