Skip to content

Commit 790fba9

Browse files
authored
Skip stdin resuming to support lerna parallel (facebook#8700)
1 parent b37cff9 commit 790fba9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-scripts/scripts/start.js

-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ checkBrowsers(paths.appPath, isInteractive)
171171
devServer.close();
172172
process.exit();
173173
});
174-
process.stdin.resume();
175174
}
176175
})
177176
.catch(err => {

0 commit comments

Comments
 (0)