Comparing version 0.0.49 to 0.0.50
{ | ||
"name": "ts2uml", | ||
"version": "0.0.49", | ||
"version": "0.0.50", | ||
"description": "typescript workflow to uml sequence", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -132,3 +132,3 @@ "use strict"; | ||
// print me proper error message with method name and arguments and stack trace | ||
console.error(requestId + `: Error in ${current.className}.${current.method} with arguments ${JSON.stringify(args)} and the stack trace ${e.stack}`); | ||
console.error(requestId + `: Error in ${current.className}.${current.method} with arguments ${JSON.stringify(args)}`); | ||
} | ||
@@ -135,0 +135,0 @@ throw e; |
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
45238