drachtio-srf 4.5.14 → 4.5.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -751,6 +751,7 @@ class DrachtioAgent extends Emitter {
751
751
  break ;
752
752
 
753
753
  default:
754
+ console.log(`invalid or garbage message: '${msg}'`) ;
754
755
  throw new Error('unexpected message with type: ' + token[1]) ;
755
756
  }
756
757
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drachtio-srf",
3
- "version": "4.5.14",
3
+ "version": "4.5.15",
4
4
  "description": "drachtio signaling resource framework",
5
5
  "main": "lib/srf.js",
6
6
  "scripts": {