async-hook-domain
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -208,2 +208,3 @@ const { executionAsyncId, createHook } = require('async_hooks') | ||
domains.set(id, parent) | ||
parent.ids.add(id) | ||
} | ||
@@ -210,0 +211,0 @@ } else { |
{ | ||
"name": "async-hook-domain", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "An implementation of Domain-like error handling, built on async_hooks", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
13203
202