fix(core): Support task runner in execute and execute-batch commands (#15147)

This commit is contained in:
Iván Ovejero
2025-05-06 17:53:36 +02:00
committed by GitHub
parent 1e5cb55494
commit 985f554501
7 changed files with 196 additions and 15 deletions

View File

@@ -29,6 +29,8 @@ export class Execute extends BaseCommand {
override needsCommunityPackages = true;
override needsTaskRunner = true;
async init() {
await super.init();
await this.initBinaryDataService();