Browse Source

lint

v0.9.1-release
isaacs 13 years ago
parent
commit
1665b4a2a3
  1. 2
      lib/buffer.js

2
lib/buffer.js

@ -310,7 +310,7 @@ Buffer.prototype.inspect = function inspect() {
}
}
return '<' + name + ' ' + out.join(' ') + '>';
return '<' + name + ' ' + out.join(' ') + '>';
};

Loading…
Cancel
Save