File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ export type ReturnTypeIsExpectationReadyToStartWorkingOn =
2121 | {
2222 ready : false
2323 sourceExists ?: boolean
24+ isWaitingForAnother ?: boolean
2425 reason : Reason
2526 }
2627export type ReturnTypeIsExpectationFullfilled =
Original file line number Diff line number Diff line change @@ -1036,7 +1036,7 @@ export class ExpectationManager {
10361036 state : ExpectedPackageStatusAPI . WorkStatusState . NEW ,
10371037 reason : readyToStart . reason ,
10381038 status : newStatus ,
1039- isError : true ,
1039+ isError : ! readyToStart . isWaitingForAnother ,
10401040 } )
10411041 }
10421042 }
@@ -1579,6 +1579,7 @@ export class ExpectationManager {
15791579 user : `Waiting for "${ waitingFor . exp . statusReport . label } "` ,
15801580 tech : `Waiting for "${ waitingFor . exp . statusReport . label } "` ,
15811581 } ,
1582+ isWaitingForAnother : true ,
15821583 }
15831584 }
15841585
You can’t perform that action at this time.
0 commit comments