mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 16:53:04 +08:00
fix(action): continue execution after final correction
This commit is contained in:
@@ -330,7 +330,7 @@ public class ActionExecutor extends AbstractAgentModule.Standalone {
|
|||||||
executableAction.setExecutingStage(nextStage);
|
executableAction.setExecutingStage(nextStage);
|
||||||
}
|
}
|
||||||
stageCursor.refresh();
|
stageCursor.refresh();
|
||||||
return stageCursor.next();
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user