Skip to content

Commit d4d5be1

Browse files
authored
Merge pull request #1825 from ahoppen/task-dependency
2 parents 380ed38 + b01ae2a commit d4d5be1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Sources/BuildSystemIntegration/BuildSystemMessageDependencyTracker.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ package enum BuildSystemMessageDependencyTracker: QueueBasedMessageHandlerDepend
6565
self = .stateChange
6666
case is OnWatchedFilesDidChangeNotification:
6767
self = .stateChange
68+
case is TaskFinishNotification:
69+
self = .taskProgress
70+
case is TaskProgressNotification:
71+
self = .taskProgress
72+
case is TaskStartNotification:
73+
self = .taskProgress
6874
default:
6975
logger.error(
7076
"""

0 commit comments

Comments
 (0)