protoo-client
Advanced tools
Comparing version 4.0.5 to 4.0.6
@@ -291,8 +291,8 @@ const Logger = require('./Logger'); | ||
{ | ||
errorReason = errorCode.message; | ||
errorCode = 500; | ||
errorReason = String(errorCode); | ||
} | ||
else if (typeof errorCode === 'number' && errorReason instanceof Error) | ||
{ | ||
errorReason = String(errorReason); | ||
errorReason = errorReason.message; | ||
} | ||
@@ -299,0 +299,0 @@ |
{ | ||
"name": "protoo-client", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "protoo JavaScript client module", | ||
@@ -5,0 +5,0 @@ "author": "Iñaki Baz Castillo <ibc@aliax.net>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package