Skip to content

Commit

Permalink
avoid buffering process output, just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Oct 31, 2019
1 parent 2c24581 commit 7f6ac13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/kbn-dev-utils/src/proc_runner/proc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export function startProc(name: string, options: ProcOptions, log: ToolingLog) {
env,
stdio: ['pipe', 'pipe', 'pipe'],
preferLocal: true,
buffer: false,
});

if (stdin) {
Expand Down

0 comments on commit 7f6ac13

Please sign in to comment.