Changeset 6a418eb
- Timestamp:
- May 2, 2019 10:53:00 PM (23 months ago)
- Branches:
- master
- Children:
- e93fb5c
- Parents:
- 67ca6e65
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
launchers/macosx/I2PLauncher/subprocesses/TaskPipeline.swift
r67ca6e65 r6a418eb 82 82 /// Run all tasks and return the tasks that did not fail to launch 83 83 private func launchAndReturnNotFailedTasks() -> [Process] { 84 return self.tasks. flatMap { task -> Process? in84 return self.tasks.compactMap { task -> Process? in 85 85 do { 86 86 try task.launchCapturingExceptions()
Note: See TracChangeset
for help on using the changeset viewer.