From: isaacs Date: Sat, 9 Mar 2013 04:26:26 +0000 (-0800) Subject: lint X-Git-Tag: v0.10.0~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c9ff8e94a0d6e6b12501f3b4988e0bb7c60f8df;p=platform%2Fupstream%2Fnodejs.git lint --- diff --git a/src/node.js b/src/node.js index a6ec671..9d6e75e 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