Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build failure on Swift Playgrounds
The PR apple#311 introduced `Context.environment`, so that swift-async-algorithm can no longer be used in the Swift Playgrounds. However, `Context.environment` is equivalent to `ProcessInfo.processInfo.environment`, so this is an unnecessary sacrifice. This change is intended to fix that.
- Loading branch information