We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 423b02e + af2e4c7 commit 67ac17fCopy full SHA for 67ac17f
src/hyperdeck/response-handler.js
@@ -44,7 +44,7 @@ function ResponseHandler(clientSocket) {
44
buffer.pop();
45
}
46
47
- logger.debug('Got complete data.\n', buffer);
+ logger.debug('Got complete data.\n', buffer.join('\n'));
48
// reset buffer here and use clone (in case exception happens below)
49
var bufferClone = buffer.splice(0);
50
try {
0 commit comments