Node-Virtualization / node-virtualbox

A JavaScript Library for Interacting with VirtualBox
MIT License
259 stars 68 forks source link

Passing stdout to exec callback #52

Closed idobh2 closed 6 years ago

idobh2 commented 6 years ago

First, thanks for this module, very helpful 👍 Found myself needing the executed process output from calling code. everything was pretty much there :) Thought this might be helpful.

michaelsanford commented 6 years ago

Hello @idobh2 !

First, I must apologize for taking so long to review this PR: somehow it slipped under my radar and I didn't notice it.

Thank you for your contribution! 👍

idobh2 commented 6 years ago

@michaelsanford - changes added

michaelsanford commented 6 years ago

Thanks!