fastlane/swift/main.swift in fastlane-2.73.0.beta.20180104010004 vs fastlane/swift/main.swift in fastlane-2.73.0.beta.20180105010003
- old
+ new
@@ -16,10 +16,10 @@
var thread: Thread!
@objc func connectToFastlaneAndRunLane() {
runner.startSocketThread()
- Fastfile.runLane(named: argumentProcessor.currentLane)
+ Fastfile.runLane(named: argumentProcessor.currentLane, parameters: argumentProcessor.laneParameters())
runner.disconnectFromFastlaneProcess()
doneRunningLane = true
}