From 1e2b43ca3176497554395c4d5bdb381bde2332bb Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Tue, 11 Jun 2019 22:01:22 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20logging?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/AppDelegate.swift | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpmon/AppDelegate.swift b/phpmon/AppDelegate.swift index f191a93..9990dfe 100644 --- a/phpmon/AppDelegate.swift +++ b/phpmon/AppDelegate.swift @@ -21,6 +21,11 @@ class AppDelegate: NSObject, NSApplicationDelegate { ) 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.setStatusBarImage(version: "???") self.updatePhpVersionInStatusBar()