mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(core): Support task runner in execute and execute-batch commands (#15147)
This commit is contained in:
@@ -29,6 +29,8 @@ export class Execute extends BaseCommand {
|
||||
|
||||
override needsCommunityPackages = true;
|
||||
|
||||
override needsTaskRunner = true;
|
||||
|
||||
async init() {
|
||||
await super.init();
|
||||
await this.initBinaryDataService();
|
||||
|
||||
Reference in New Issue
Block a user