Comparing version 1.0.0 to 1.0.1
@@ -44,6 +44,5 @@ "use strict"; | ||
return new Promise(res => { | ||
let logger; | ||
namespace.run(() => { | ||
appendToMdc(mdc); | ||
res(run(logger)); | ||
res(run()); | ||
}); | ||
@@ -50,0 +49,0 @@ }); |
{ | ||
"name": "@axah/log", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "license": "UNLICENSED", |
Sorry, the diff of this file is not supported yet
10137
99