Skip to content

Commit e018fbc

Browse files
committed
🐛 fix: interactive cli
1 parent 2c35957 commit e018fbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const showHelp = () => {
3232
if (options.interactive) {
3333
const importJsx = require('import-jsx');
3434
importJsx('./Components/App');
35-
process.exit(0);
35+
return;
3636
}
3737

3838
const [command] = options._;

0 commit comments

Comments
 (0)