browsix
browsix copied to clipboard
kernel.system() API callback should provide Buffer not string
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.