We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e001cd1 commit 9c078c8Copy full SHA for 9c078c8
compose.js
@@ -87,7 +87,7 @@ module.exports = function (ary, wrap) {
87
server: function (onConnection, onError, onStart) {
88
onError = onError || function (err) {
89
console.error('server error, from', err.address)
90
- console.error(err.stack)
+ console.error(err)
91
}
92
return asyncify(proto.server(function (stream) {
93
compose(
0 commit comments