mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 20:24:47 +00:00
feat:Deamons need over time after start
This commit is contained in:
@@ -12,7 +12,7 @@ export function changeOnFirstSuccess(o: {
|
||||
beforeFirstSuccess.next()
|
||||
for (
|
||||
let res = await beforeFirstSuccess.next();
|
||||
currentValue?.lastResult !== "success" && !res.done;
|
||||
currentValue?.lastResult !== "passing" && !res.done;
|
||||
res = await beforeFirstSuccess.next()
|
||||
) {
|
||||
yield
|
||||
|
||||
Reference in New Issue
Block a user