refactor(core): Unify failed and error execution status (no-changelog) (#8943)
This commit is contained in:
@@ -61,7 +61,7 @@ export function generateFailedExecutionFromError(
|
||||
mode,
|
||||
startedAt: new Date(),
|
||||
stoppedAt: new Date(),
|
||||
status: 'failed',
|
||||
status: 'error',
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user