Add buildQueued plugin hook
This commit is contained in:
@ -69,6 +69,10 @@ sub common {
|
||||
}
|
||||
}
|
||||
|
||||
sub buildQueued {
|
||||
common(@_, [], 0);
|
||||
}
|
||||
|
||||
sub buildStarted {
|
||||
common(@_, [], 0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user