Skip to content

Commit 9c078c8

Browse files
committed
Better error reporting
1 parent e001cd1 commit 9c078c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ module.exports = function (ary, wrap) {
8787
server: function (onConnection, onError, onStart) {
8888
onError = onError || function (err) {
8989
console.error('server error, from', err.address)
90-
console.error(err.stack)
90+
console.error(err)
9191
}
9292
return asyncify(proto.server(function (stream) {
9393
compose(

0 commit comments

Comments
 (0)