@join-com/gcloud-logger
Advanced tools
Comparing version 0.1.14 to 0.1.17
@@ -157,4 +157,8 @@ "use strict"; | ||
} | ||
const keys = Object.keys(obj); | ||
if (keys.length === 0) { | ||
return obj; | ||
} | ||
const newObj = {}; | ||
Object.keys(obj).forEach(key => { | ||
keys.forEach(key => { | ||
const val = replaceCircular(obj[key], alreadySeen); | ||
@@ -161,0 +165,0 @@ newObj[key] = val; |
{ | ||
"name": "@join-com/gcloud-logger", | ||
"version": "0.1.14", | ||
"version": "0.1.17", | ||
"description": "gcloud simple logger", | ||
@@ -41,3 +41,3 @@ "main": "./lib/index.js", | ||
}, | ||
"gitHead": "5fa3f93044e813c612df92d48fc7cab10976ecfa" | ||
"gitHead": "20eec02e948019ef37d76e79076b0c33cfc950d7" | ||
} |
Sorry, the diff of this file is not supported yet
14680
227