Skip to content

Commit 8d08715

Browse files
authored
Merge pull request #2694 from spevans/pr_sr_6450_52
2 parents d492e58 + f22ea1a commit 8d08715

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Foundation/Process.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,6 +1128,7 @@ open class Process: NSObject {
11281128
} while( self.isRunning == true && RunLoop.current.run(mode: .default, before: Date(timeIntervalSinceNow: 0.05)) )
11291129

11301130
self.runLoop = nil
1131+
self.runLoopSource = nil
11311132
}
11321133
}
11331134

0 commit comments

Comments
 (0)