Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit 92eba60

Browse files
committed
Dev server: Dont hand over the terminal pipe to script
1 parent 3de0ea2 commit 92eba60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commands/dev/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ function startDevServer(settings, log) {
159159
settings.command === "npm" ? ["run", ...settings.args] : settings.args;
160160
const ps = execa(settings.command, args, {
161161
env: settings.env,
162-
stdio: "inherit"
163162
});
164163
ps.on("close", code => process.exit(code));
165164
ps.on("SIGINT", process.exit);

0 commit comments

Comments
 (0)