in lib/client.js [40:45]
function format(value) { if (typeof value === 'undefined') { return ''; } return String(value); }