node: `EmitExit` should not call `exit()`
authorFedor Indutny <fedor.indutny@gmail.com>
Sat, 18 Jan 2014 22:49:33 +0000 (22:49 +0000)
committerFedor Indutny <fedor.indutny@gmail.com>
Tue, 21 Jan 2014 20:39:13 +0000 (00:39 +0400)
commite57ab7ba06e079eb15c97b228d3fbee2a1514d9b
tree84661baff2fdba8fbe7fc1e2be8c83e8ac704aa1
parent1442c1c6de1009a7f451a443c02b1450bcb5bc44
node: `EmitExit` should not call `exit()`

Before this commit `RunAtExit` and `env->Dispose()` were never reached,
because `EmitExit` was always colling `exit`.
src/env-inl.h
src/node.cc