From a258992855d05c78375fc8c23ebcb03e37c9ea63 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 5 Mar 2010 18:07:01 -0800 Subject: [PATCH] Depreciation process.unloop() --- src/node.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/node.cc b/src/node.cc index 11c6a7d..4af11e2 100644 --- a/src/node.cc +++ b/src/node.cc @@ -425,6 +425,7 @@ static Handle Loop(const Arguments& args) { } static Handle Unloop(const Arguments& args) { + fprintf(stderr, "Node.js Depreciation: Don't use process.unloop(). It will be removed soon.\n"); HandleScope scope; int how = EVUNLOOP_ONE; if (args[0]->IsString()) { -- 2.7.4