mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(core): Add error reporting for workflow evaluation (no-changelog) (#12838)
Co-authored-by: oleg <me@olegivaniv.com>
This commit is contained in:
@@ -222,6 +222,11 @@ export class Start extends BaseCommand {
|
||||
this.initWorkflowHistory();
|
||||
this.logger.debug('Workflow history init complete');
|
||||
|
||||
if (!isMultiMainEnabled) {
|
||||
await this.cleanupTestRunner();
|
||||
this.logger.debug('Test runner cleanup complete');
|
||||
}
|
||||
|
||||
if (!this.globalConfig.endpoints.disableUi) {
|
||||
await this.generateStaticAssets();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user