if (this.proc.stdout) {
      this.proc.stdout.on('data', data => {
        stdout += data;
      });
    }