Depreciation process.unloop()
This commit is contained in:
parent
39b63dfe17
commit
a258992855
@ -425,6 +425,7 @@ static Handle<Value> Loop(const Arguments& args) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static Handle<Value> Unloop(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;
|
HandleScope scope;
|
||||||
int how = EVUNLOOP_ONE;
|
int how = EVUNLOOP_ONE;
|
||||||
if (args[0]->IsString()) {
|
if (args[0]->IsString()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user