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 9b03a02 commit 29f1a35Copy full SHA for 29f1a35
manager.js
@@ -38,7 +38,7 @@ module.exports = function(primus, opts) {
38
39
// if the target is unknown, refuse to send
40
if (! target) {
41
- debug('got a to request for id "' + parts[0] + '" but cannot find target');
+ console.warn('got a to request for id "' + parts[0] + '" but cannot find target');
42
return false;
43
}
44
0 commit comments