From 7c9ff8e94a0d6e6b12501f3b4988e0bb7c60f8df Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 8 Mar 2013 20:26:26 -0800 Subject: [PATCH] lint --- src/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node.js b/src/node.js index a6ec671866..9d6e75eef7 100644 --- a/src/node.js +++ b/src/node.js @@ -260,7 +260,7 @@ // or else crash on the original one. domainStack.pop(); if (domainStack.length) { - var parentDomain = domainStack[ domainStack.length - 1]; + var parentDomain = domainStack[domainStack.length - 1]; process.domain = domainModule.active = parentDomain; caught = process._fatalException(er2); } else