Comparing version 0.21.4 to 0.21.5
@@ -11,6 +11,5 @@ var async_hooks = require('async_hooks'); | ||
if (resource.isChainedPromise) { | ||
let context = Variable.currentContex | ||
let context = Variable.currentContext | ||
if (context) { | ||
contexts[asyncId] = context | ||
global.asyncEvents[asyncId] = [type + 'init ' + new Error().stack] | ||
} | ||
@@ -17,0 +16,0 @@ } |
{ | ||
"name": "alkali", | ||
"author": "Kris Zyp", | ||
"version": "0.21.4", | ||
"version": "0.21.5", | ||
"description": "Reactivity with native JavaScript objects and HTML elements", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
594026
11453