We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32de0e commit b7c3429Copy full SHA for b7c3429
src/run-context.ts
@@ -417,7 +417,7 @@ export class RunContextBase<GeneratorType extends BaseGenerator = DefaultGenerat
417
env.on('compose', (_namespace, generator) => {
418
const createCallback = method =>
419
function (this: any, ...args) {
420
- stub.call(this, method, ...args);
+ return stub.call(this, method, ...args);
421
};
422
423
generator.spawnCommand = createCallback('spawnCommand');
0 commit comments