Skip to content

Commit e5e1621

Browse files
aaqilnizdhmlau
authored andcommitted
fix: add process.exit for generators
Signed-off-by: Muhammad Aaqil <aaqilcs102@gmail.com>
1 parent 2d2560f commit e5e1621

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/cli/lib/base-generator.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ module.exports = class BaseGenerator extends Generator {
461461
);
462462
}
463463
}
464+
process.exit(0);
464465
}
465466

466467
/**

0 commit comments

Comments
 (0)