browsix icon indicating copy to clipboard operation
browsix copied to clipboard

kernel.system() API callback should provide Buffer not string

Open bpowers opened this issue 9 years ago • 0 comments

Right now, we return a string, but we should return a Buffer. This would better match existing node.js APIs, and the output of commands isn't guaranteed to be valid unicode, so we shouldn't be doing this on behalf of callers.

bpowers avatar Feb 22 '16 17:02 bpowers