Commit ad84e42
committed
Fix build failure on Swift Playgrounds
The PR #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.1 parent 4c3ea81 commit ad84e42
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | | - | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
0 commit comments