@microgamma/loggator
Advanced tools
Comparing version 1.10.13 to 1.10.14
@@ -23,3 +23,3 @@ "use strict"; | ||
// @ts-ignore | ||
return loggerFn.apply(null, ...args); | ||
return loggerFn.apply(null, args); | ||
} | ||
@@ -26,0 +26,0 @@ }; |
@@ -46,2 +46,5 @@ "use strict"; | ||
} | ||
logAnObject() { | ||
return this.$l.d('this is an object', { a: 'a', b: 'b' }); | ||
} | ||
} | ||
@@ -48,0 +51,0 @@ __decorate([ |
{ | ||
"name": "@microgamma/loggator", | ||
"version": "1.10.13", | ||
"version": "1.10.14", | ||
"description": "typescript decorator for easy log", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13639
177