pull/24503/head
isaacs 2012-05-15 17:37:23 -07:00
parent dfcdd5b8aa
commit 1665b4a2a3
1 changed files with 1 additions and 1 deletions

View File

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