We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c35957 commit e018fbcCopy full SHA for e018fbc
1 file changed
cli/index.js
@@ -32,7 +32,7 @@ const showHelp = () => {
32
if (options.interactive) {
33
const importJsx = require('import-jsx');
34
importJsx('./Components/App');
35
- process.exit(0);
+ return;
36
}
37
38
const [command] = options._;
0 commit comments