@spinajs/log
Advanced tools
Comparing version 2.0.251 to 2.0.252
@@ -26,3 +26,3 @@ "use strict"; | ||
else { | ||
console.error("Unhandled exception occured, reason:" + JSON.stringify(err)); | ||
console.error("Unhandled exception: \n reason: " + err.message + " \n stack:" + err.stack); | ||
} | ||
@@ -39,4 +39,3 @@ }; | ||
else { | ||
console.error("Unhandled rejection at Promise %s, reason: " + | ||
JSON.stringify(reason)); | ||
console.error("Unhandled rejection: \n reason: " + reason.message + " \n stack:" + reason.stack); | ||
} | ||
@@ -43,0 +42,0 @@ }; |
@@ -20,3 +20,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
else { | ||
console.error("Unhandled exception occured, reason:" + JSON.stringify(err)); | ||
console.error("Unhandled exception: \n reason: " + err.message + " \n stack:" + err.stack); | ||
} | ||
@@ -33,4 +33,3 @@ }; | ||
else { | ||
console.error("Unhandled rejection at Promise %s, reason: " + | ||
JSON.stringify(reason)); | ||
console.error("Unhandled rejection: \n reason: " + reason.message + " \n stack:" + reason.stack); | ||
} | ||
@@ -37,0 +36,0 @@ }; |
{ | ||
"name": "@spinajs/log", | ||
"version": "2.0.251", | ||
"version": "2.0.252", | ||
"description": "Log lib for all spinejs related libs", | ||
@@ -45,7 +45,7 @@ | ||
"@colors/colors": "^1.5.0", | ||
"@spinajs/configuration": "^2.0.251", | ||
"@spinajs/di": "^2.0.251", | ||
"@spinajs/exceptions": "^2.0.251", | ||
"@spinajs/internal-logger": "^2.0.251", | ||
"@spinajs/log-common": "^2.0.251", | ||
"@spinajs/configuration": "^2.0.252", | ||
"@spinajs/di": "^2.0.252", | ||
"@spinajs/exceptions": "^2.0.252", | ||
"@spinajs/internal-logger": "^2.0.252", | ||
"@spinajs/log-common": "^2.0.252", | ||
"ajv": "^8.12.0", | ||
@@ -52,0 +52,0 @@ "chalk": "5.2.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
265459
1780
Updated@spinajs/di@^2.0.252
Updated@spinajs/exceptions@^2.0.252
Updated@spinajs/log-common@^2.0.252