Commit 95d0160
authored
Fix to call
When `XCBuildDelegate` receives a `taskComplete` message, it calls
`buildSystem(:didStartCommand:)` of `BuildSystemDelegate`.
However, it should probably call `buildSystem(:didFinishCommand:)`.
Since there doesn't seem to be any concrete type conforming to
`BuildSystemDelegate`, this change doesn't appear to have any impact on
the behavior of existing code.didFinishCommand (#6757)1 parent 1c917e0 commit 95d0160
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments