Browse Source

Depreciation process.unloop()

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
a258992855
  1. 1
      src/node.cc

1
src/node.cc

@ -425,6 +425,7 @@ static Handle<Value> Loop(const Arguments& args) {
}
static Handle<Value> 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()) {

Loading…
Cancel
Save