Skip to content

Commit fcaafda

Browse files
authored
Update run-context.ts
1 parent cd7759a commit fcaafda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/run-context.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ export class RunContextBase<GeneratorType extends BaseGenerator = DefaultGenerat
676676
force: true,
677677
skipCache: true,
678678
skipInstall: true,
679-
adapter: this.helpers.createTestAdapter({ ...this.adapterOptions, mockedAnswers: this.answers }),
679+
adapter: this.helpers.createTestAdapter({ ...this.adapterOptions, mockedAnswers: this.answers, callback: promptCallback }),
680680
...this.envOptions,
681681
} as any);
682682
this.env = this.envCB ? (await this.envCB(testEnv)) ?? testEnv : testEnv;

0 commit comments

Comments
 (0)