Comparing version 0.0.24 to 0.0.25
@@ -30,7 +30,11 @@ | ||
lctx.ctx = ctx; | ||
lctx.context = ctx; | ||
lctx.step = dbc_step; | ||
}, | ||
function (obj, args, ret, lctx) { | ||
var dbc_step = lctx.step, | ||
ctx = lctx.context; | ||
if(ctx == null) { return; } | ||
var client = ret; | ||
@@ -41,6 +45,3 @@ var method = client.internal_send_command | ||
var address = client.address || (client.host + ':' + client.port); | ||
var dbc_step = lctx.step, | ||
ctx = lctx.ctx; | ||
var address = (client.address || (client.host + ':' + client.port)) || ''; | ||
dbc_step.elapsed = ctx.getElapsedTime() - dbc_step.start_time; | ||
@@ -47,0 +48,0 @@ dbc_step.hash = HashUtil.hashFromString(address); |
{ | ||
"name": "whatap", | ||
"homepage": "http://www.whatap.io", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"releaseDate": "20170404", | ||
@@ -23,2 +23,2 @@ "description": "Monitoring and Profiling Service", | ||
} | ||
} | ||
} |
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
932654
13332