Minor edit

This commit is contained in:
Joshua Granick
2016-10-17 14:38:41 -07:00
parent 7e255ce71b
commit 9f04a00aa0

View File

@@ -278,7 +278,7 @@ class IOSHelper {
waitForDeviceState ("xcrun", [ "simctl", "install", currentDeviceID, applicationPath ]);
waitForDeviceState ("xcrun", [ "simctl", "launch", currentDeviceID, project.meta.packageName ]);
ProcessHelper.runCommand ("", "tail", [ "-f", "~/Library/Logs/CoreSimulator/" + currentDeviceID + "/system.log"]);
ProcessHelper.runCommand ("", "tail", [ "-F", "~/Library/Logs/CoreSimulator/" + currentDeviceID + "/system.log"]);
} else {